|
@@ -389,7 +389,7 @@ Arguments sent with this signal:
|
|
|
For example, the :mod:`django.contrib.auth` app only prompts to create a
|
|
|
superuser when ``interactive`` is ``True``.
|
|
|
|
|
|
-For example, yourapp/signals/__init__.py could be written like::
|
|
|
+For example, ``yourapp/management/__init__.py`` could be written like::
|
|
|
|
|
|
from django.db.models.signals import post_syncdb
|
|
|
import yourapp.models
|