diff --git a/backend/pzserver/settings.py b/backend/pzserver/settings.py index 98cf897..c13b68f 100644 --- a/backend/pzserver/settings.py +++ b/backend/pzserver/settings.py @@ -13,7 +13,8 @@ import os import saml2 -import saml2.saml + +# import saml2.saml # Build paths inside the project like this: BASE_DIR / 'subdir'. # BASE_DIR = Path(__file__).resolve().parent.parent @@ -29,7 +30,7 @@ SECRET_KEY = os.getenv("SECRET_KEY") # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = int(os.getenv("DEBUG", 1)) +DEBUG = int(os.getenv("DEBUG", "1")) # Application definition