From 02aee01d208d0aacc4de7541c49d8f4e49d75613 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 11 May 2024 01:03:59 -0400 Subject: [PATCH] Remove accidental .env inclusion from Prod configuration --- cmsmanage/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmsmanage/settings.py b/cmsmanage/settings.py index b3b77fa..d83c33f 100644 --- a/cmsmanage/settings.py +++ b/cmsmanage/settings.py @@ -223,8 +223,6 @@ class Prod(NonCIBase): import ldap from django_auth_ldap.config import LDAPGroupQuery, LDAPSearch, PosixGroupType - DOTENV = BASE_DIR / "settings.dev.env" - DEBUG = False # LDAP Authentication