mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
fix W291 trailing whitespace on common.py
This commit is contained in:
parent
2af079f7aa
commit
06603dda17
|
@ -24,7 +24,7 @@ env = environ.Env()
|
|||
READ_DOT_ENV_FILE = env('DJANGO_READ_DOT_ENV_FILE', default=False)
|
||||
|
||||
if READ_DOT_ENV_FILE:
|
||||
# Operating System Environment variables have precende over variables defined in the .env file,
|
||||
# Operating System Environment variables have precende over variables defined in the .env file,
|
||||
# that is to say variables from the .env files will only be used if not defined
|
||||
# as environment variables.
|
||||
env_file = str(ROOT_DIR.path('.env'))
|
||||
|
|
Loading…
Reference in New Issue
Block a user