Fixed ReST formatting for docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
eaa8db131d
commit
9f7e2f38dd
|
@ -183,7 +183,7 @@ Available options
|
||||||
=================
|
=================
|
||||||
|
|
||||||
--settings
|
--settings
|
||||||
==========
|
----------
|
||||||
|
|
||||||
Example usage::
|
Example usage::
|
||||||
|
|
||||||
|
@ -194,7 +194,7 @@ in Python path syntax, e.g. "myproject.settings.main". If this isn't provided,
|
||||||
``django-admin.py`` will use the DJANGO_SETTINGS_MODULE environment variable.
|
``django-admin.py`` will use the DJANGO_SETTINGS_MODULE environment variable.
|
||||||
|
|
||||||
--pythonpath
|
--pythonpath
|
||||||
============
|
------------
|
||||||
|
|
||||||
Example usage::
|
Example usage::
|
||||||
|
|
||||||
|
@ -207,7 +207,7 @@ variable.
|
||||||
.. _import search path: http://diveintopython.org/getting_to_know_python/everything_is_an_object.html
|
.. _import search path: http://diveintopython.org/getting_to_know_python/everything_is_an_object.html
|
||||||
|
|
||||||
--help
|
--help
|
||||||
======
|
------
|
||||||
|
|
||||||
Displays a help message that includes a terse list of all available actions and
|
Displays a help message that includes a terse list of all available actions and
|
||||||
options.
|
options.
|
||||||
|
|
Loading…
Reference in New Issue