Yan Kalchevskiy 11 vuotta sitten
vanhempi
commit
20f848670c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/django/first-steps-with-django.rst

+ 1 - 1
docs/django/first-steps-with-django.rst

@@ -35,7 +35,7 @@ that defines the Celery instance:
 
 
 .. literalinclude:: ../../examples/django/proj/celery.py
 .. literalinclude:: ../../examples/django/proj/celery.py
 
 
-Then you need to import this app in your :file:`proj/proj/__init__py`
+Then you need to import this app in your :file:`proj/proj/__init__.py`
 module.  This ensures that the app is loaded when Django starts
 module.  This ensures that the app is loaded when Django starts
 so that the ``@shared_task`` decorator (mentioned later) will use it:
 so that the ``@shared_task`` decorator (mentioned later) will use it: