Fixed #6980 -- Removed duplicate stuff in docs/django-admin.txt. Thanks, Evan Jones

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2008-06-16 03:37:57 +00:00
parent 167409e24e
commit 1b92483ae5
1 changed files with 4 additions and 8 deletions

View File

@ -438,6 +438,10 @@ means any Python code changes you make while the server is running will *not*
take effect if the particular Python modules have already been loaded into
memory.
Example usage::
django-admin.py runserver --noreload
Examples of using different ports and addresses
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -467,14 +471,6 @@ documentation.
.. _serving static files: ../static_files/
Turning off auto-reload
~~~~~~~~~~~~~~~~~~~~~~~
To disable auto-reloading of code while the development server is running, use the
``--noreload`` option, like so::
django-admin.py runserver --noreload
shell
-----