This commit is contained in:
Fred Pauchet 2021-10-27 20:53:10 +02:00
parent 6e32241d37
commit b67dbc391f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ env = environ.Env(
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
environ.Env.read_env(os.path.join(BASE_DIR, '.env'))
environ.Env.read_env()
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/