Changeset 7648
- Timestamp:
- 06/15/08 22:37:57 (3 months ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r7621 r7648 439 439 memory. 440 440 441 Example usage:: 442 443 django-admin.py runserver --noreload 444 441 445 Examples of using different ports and addresses 442 446 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ … … 467 471 468 472 .. _serving static files: ../static_files/ 469 470 Turning off auto-reload471 ~~~~~~~~~~~~~~~~~~~~~~~472 473 To disable auto-reloading of code while the development server is running, use the474 ``--noreload`` option, like so::475 476 django-admin.py runserver --noreload477 473 478 474 shell
