summaryrefslogtreecommitdiff
path: root/docs/man/django-admin.1
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-11-13 18:41:55 +0000
committerJannis Leidel <jannis@leidel.info>2010-11-13 18:41:55 +0000
commite9f3899b20e067af51a869e5538a1e513ddd0702 (patch)
treed7672e2a87e0d27af8b086926987550afcc860ff /docs/man/django-admin.1
parent1ed62706e7c2fef945c50918e912435929164ad6 (diff)
Refactored runserver command and moved code related to staticfiles to a subclass that is enabled if staticfiles app is installed.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/man/django-admin.1')
-rw-r--r--docs/man/django-admin.16
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1
index 539d88c5c5..2197af6650 100644
--- a/docs/man/django-admin.1
+++ b/docs/man/django-admin.1
@@ -164,6 +164,12 @@ Do not prompt the user for input.
.I \-\-noreload
Disable the development server's auto\-reloader.
.TP
+.I \-\-nostatic
+Disable automatic serving of static files from STATICFILES_URL.
+.TP
+.I \-\-insecure
+Enables serving of static files even if DEBUG is False.
+.TP
.I \-\-verbosity=VERBOSITY
Verbosity level: 0=minimal output, 1=normal output, 2=all output.
.TP