浏览代码

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

Ask Solem 11 年之前
父节点
当前提交
204ae51406
共有 1 个文件被更改,包括 1 次插入1 次删除
  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