mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
add DJANGO_READ_DOT_ENV_FILE to settings docs
This commit is contained in:
parent
b0c771b645
commit
10fa906599
|
@ -3,7 +3,14 @@ Settings
|
|||
|
||||
This project relies extensively on environment settings which **will not work with Apache/mod_wsgi setups**. It has been deployed successfully with both Gunicorn/Nginx and even uWSGI/Nginx.
|
||||
|
||||
For configuration purposes, the following table maps environment variables to their Django setting:
|
||||
For configuration purposes, the following table maps environment variables to their Django setting and project settings:
|
||||
|
||||
|
||||
======================================= =========================== ============================================== ======================================================================
|
||||
Environment Variable Django Setting Development Default Production Default
|
||||
======================================= =========================== ============================================== ======================================================================
|
||||
DJANGO_READ_DOT_ENV_FILE READ_DOT_ENV_FILE False False
|
||||
======================================= =========================== ============================================== ======================================================================
|
||||
|
||||
|
||||
======================================= =========================== ============================================== ======================================================================
|
||||
|
|
Loading…
Reference in New Issue
Block a user