Fixed #723 -- Documented 'django-admin installperms'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a218cf5798
commit
1b626e4083
|
@ -88,6 +88,13 @@ install [modelmodule modelmodule ...]
|
||||||
|
|
||||||
Executes the equivalent of ``sqlall`` for the given model module(s).
|
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]
|
runserver [optional port number, or ipaddr:port]
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue