fix W291 trailing whitespace on common.py

This commit is contained in:
Fábio C. Barrionuevo da Luz 2017-01-09 15:39:27 -03:00 committed by GitHub
parent 2af079f7aa
commit 06603dda17

View File

@ -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'))