Author: adrian
Date: 2006-07-17 09:58:39 -0500 (Mon, 17 Jul 2006)
New Revision: 3357

Modified:
   django/trunk/docs/django-admin.txt
Log:
Added 'Turning off auto-reload' section to docs/django-admin.txt

Modified: django/trunk/docs/django-admin.txt
===================================================================
--- django/trunk/docs/django-admin.txt  2006-07-17 14:16:17 UTC (rev 3356)
+++ django/trunk/docs/django-admin.txt  2006-07-17 14:58:39 UTC (rev 3357)
@@ -192,6 +192,14 @@
 
 .. _serving static files: 
http://www.djangoproject.com/documentation/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
 -----
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to