git-svn-id: http://code.djangoproject.com/svn/django/trunk@284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2005-07-21 19:19:01 +00:00
parent 18749c0060
commit 8b58f8b3ae
1 changed files with 1 additions and 1 deletions

View File

@ -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