mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-02 20:54:41 +03:00
fix typo
This commit is contained in:
parent
10fa906599
commit
83900ddfd3
|
@ -24,7 +24,7 @@ env = environ.Env()
|
||||||
READ_DOT_ENV_FILE = env('DJANGO_READ_DOT_ENV_FILE', default=False)
|
READ_DOT_ENV_FILE = env('DJANGO_READ_DOT_ENV_FILE', default=False)
|
||||||
|
|
||||||
if READ_DOT_ENV_FILE:
|
if READ_DOT_ENV_FILE:
|
||||||
# Operating System Environment variables have precende over variables defined in the .env file,
|
# Operating System Environment variables have precedence over variables defined in the .env file,
|
||||||
# that is to say variables from the .env files will only be used if not defined
|
# that is to say variables from the .env files will only be used if not defined
|
||||||
# as environment variables.
|
# as environment variables.
|
||||||
env_file = str(ROOT_DIR.path('.env'))
|
env_file = str(ROOT_DIR.path('.env'))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user