mirror of
https://github.com/django/django.git
synced 2025-07-05 02:09:13 +00:00
magic-removal: Changed 'modelmodule' to 'appname' in django-admin/manage.py --help
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6aa8c42212
commit
9327788e25
@ -19,7 +19,7 @@ MODULE_TEMPLATE = ''' {%% if perms.%(app)s.%(addperm)s or perms.%(app)s.%(cha
|
|||||||
</tr>
|
</tr>
|
||||||
{%% endif %%}'''
|
{%% endif %%}'''
|
||||||
|
|
||||||
APP_ARGS = '[modelmodule ...]'
|
APP_ARGS = '[appname ...]'
|
||||||
|
|
||||||
# Use django.__path__[0] because we don't know which directory django into
|
# Use django.__path__[0] because we don't know which directory django into
|
||||||
# which has been installed.
|
# which has been installed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user