Added note to docs/django-admin.txt about the examples using django-admin.txt but the examples being just as relevant for manage.py. Refs #3893
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e34e433641
commit
099022c6aa
|
@ -29,6 +29,9 @@ Generally, when working on a single Django project, it's easier to use
|
||||||
``--settings`` command line option, if you need to switch between multiple
|
``--settings`` command line option, if you need to switch between multiple
|
||||||
Django settings files.
|
Django settings files.
|
||||||
|
|
||||||
|
The command-line examples throughout this document use ``django-admin.py`` to
|
||||||
|
be consistent, but any example can use ``manage.py`` just as well.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
@ -512,7 +515,8 @@ and `2` is verbose output.
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Example usage::
|
Example usage::
|
||||||
django-admin.py manage.py --adminmedia=/tmp/new-admin-style/
|
|
||||||
|
django-admin.py --adminmedia=/tmp/new-admin-style/
|
||||||
|
|
||||||
Tells Django where to find the various CSS and JavaScript files for the admin
|
Tells Django where to find the various CSS and JavaScript files for the admin
|
||||||
interface when running the development server. Normally these files are served
|
interface when running the development server. Normally these files are served
|
||||||
|
|
Loading…
Reference in New Issue