summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-06 23:02:54 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-06 23:02:54 +0000
commit1b626e40839d24f2e7cd09ca7a4d5bd440ca49e7 (patch)
tree34c89b3ffaaa817ad7d26ebd408d4d2da7b371b8 /docs/django-admin.txt
parenta218cf57988e2b6bea59734ea84ddf8a59df14f1 (diff)
Fixed #723 -- Documented 'django-admin installperms'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/django-admin.txt')
-rw-r--r--docs/django-admin.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index ad7ee9d137..a7a15f2a2e 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -88,6 +88,13 @@ install [modelmodule modelmodule ...]
Executes the equivalent of ``sqlall`` for the given model module(s).
+installperms [modelmodule modelmodule ...]
+------------------------------------------
+
+Installs any admin permissions for the given model module(s) that aren't
+already installed in the database. Outputs a message telling how many
+permissions were added, if any.
+
runserver [optional port number, or ipaddr:port]
------------------------------------------------