Fixed a missed typo in the 1.4 release notes. Oops.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
38f1fe3b35
commit
9a5262b037
|
@ -359,7 +359,7 @@ actual project.
|
||||||
|
|
||||||
If settings, URLconf, and apps within the project are imported or referenced
|
If settings, URLconf, and apps within the project are imported or referenced
|
||||||
using the project-name prefix (e.g. ``myproject.settings``, ``ROOT_URLCONF =
|
using the project-name prefix (e.g. ``myproject.settings``, ``ROOT_URLCONF =
|
||||||
``myproject.urls``, etc), the new ``manage.py`` will need to be moved one
|
"myproject.urls"``, etc), the new ``manage.py`` will need to be moved one
|
||||||
directory up, so it is outside the project package rather than adjacent to
|
directory up, so it is outside the project package rather than adjacent to
|
||||||
``settings.py`` and ``urls.py``.
|
``settings.py`` and ``urls.py``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue