mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Used :envvar: role and .. envvar:: directive in various docs.
This commit is contained in:
parent
feb91dbda1
commit
fbdb032de2
15 changed files with 65 additions and 49 deletions
|
@ -77,7 +77,7 @@ The Django-specific options here are:
|
|||
path -- i.e., the directory containing the ``mysite`` package.
|
||||
* ``module``: The WSGI module to use -- probably the ``mysite.wsgi`` module
|
||||
that :djadmin:`startproject` creates.
|
||||
* ``env``: Should probably contain at least ``DJANGO_SETTINGS_MODULE``.
|
||||
* ``env``: Should probably contain at least :envvar:`DJANGO_SETTINGS_MODULE`.
|
||||
* ``home``: Optional path to your project virtualenv.
|
||||
|
||||
Example ini configuration file::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue