mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f04af7080b
commit
38f1fe3b35
12 changed files with 237 additions and 143 deletions
|
@ -907,12 +907,6 @@ startproject <projectname>
|
|||
Creates a Django project directory structure for the given project name in the
|
||||
current directory.
|
||||
|
||||
This command is disabled when the ``--settings`` option to
|
||||
``django-admin.py`` is used, or when the environment variable
|
||||
``DJANGO_SETTINGS_MODULE`` has been set. To re-enable it in these
|
||||
situations, either omit the ``--settings`` option or unset
|
||||
``DJANGO_SETTINGS_MODULE``.
|
||||
|
||||
syncdb
|
||||
------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue