mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed another ReST bug in docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
066722db04
commit
78387d5e34
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ document.
|
|||
Run ``django-admin.py --help`` to display a help message that includes a terse
|
||||
list of all available actions and options.
|
||||
|
||||
Most ``action``s take a list of "app"s. An "app," in this case, is the name of
|
||||
Most actions take a list of "app"s. An "app," in this case, is the name of
|
||||
a file containing Django models. For example, if you have a model module called
|
||||
``myproject/apps/polls/pollmodels.py``, the "app" in this case would be
|
||||
``"pollmodels"``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue