diff --git a/ollamate/settings.py b/ollamate/settings.py index e0da443..c02d8e7 100644 --- a/ollamate/settings.py +++ b/ollamate/settings.py @@ -33,7 +33,6 @@ print("TENANT_ID:", env("AZURE_TENANT_ID")) print("REDIRECT_URI:", env("REDIRECT_URI")) - # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent @@ -60,7 +59,7 @@ 'django.contrib.staticfiles', 'streamingapp', 'azure_auth' - ] +] MIDDLEWARE = [ 'django.middleware.security.SecurityMiddleware', @@ -169,3 +168,4 @@ LOGOUT_REDIRECT_URL = '/' AUTHENTICATION_BACKENDS = ("azure_auth.backends.AzureBackend",) +