Django

Code

Changeset 7648

Show
Ignore:
Timestamp:
06/15/08 22:37:57 (3 months ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/django-admin.txt

    r7621 r7648  
    439439memory. 
    440440 
     441Example usage:: 
     442 
     443    django-admin.py runserver --noreload 
     444 
    441445Examples of using different ports and addresses 
    442446~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    467471 
    468472.. _serving static files: ../static_files/ 
    469  
    470 Turning off auto-reload 
    471 ~~~~~~~~~~~~~~~~~~~~~~~ 
    472  
    473 To disable auto-reloading of code while the development server is running, use the 
    474 ``--noreload`` option, like so:: 
    475  
    476     django-admin.py runserver --noreload 
    477473 
    478474shell