Fixed #141 -- thanks sdelatorre@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
18749c0060
commit
8b58f8b3ae
|
@ -74,7 +74,7 @@ or you can do it by altering the ``PYTHONPATH`` environment variable. See the
|
|||
|
||||
Run the following command::
|
||||
|
||||
django-admin.py init --settings='myproject.settings.main'
|
||||
django-admin.py init --settings=myproject.settings.main
|
||||
|
||||
The ``django-admin.py`` utility generally needs to know which settings module
|
||||
you're using. Here, we're doing that by specifying ``settings=`` on the command
|
||||
|
|
Loading…
Reference in New Issue