Browse Source

Merge pull request #1672 from loic/typo

Fixed typo.
Ask Solem Hoel 11 years ago
parent
commit
3da0536af0
1 changed files with 1 additions and 1 deletions
  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