소스 검색

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