Procházet zdrojové kódy

Merge branch 'master' of github.com:celery/celery

Ask Solem před 11 roky
rodič
revize
204ae51406
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/django/first-steps-with-django.rst

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

@@ -120,7 +120,7 @@ apps if you follow the ``tasks.py`` convention::
 
     - app1/
         - app1/tasks.py
-        - app2/models.py
+        - app1/models.py
     - app2/
         - app2/tasks.py
         - app2/models.py