diff --git a/app/core/allauth.py b/app/core/allauth.py index d8a6597..fdfa05a 100644 --- a/app/core/allauth.py +++ b/app/core/allauth.py @@ -18,4 +18,4 @@ ACCOUNT_SESSION_REMEMBER = True ACCOUNT_USERNAME_BLACKLIST = ["admin", "god"] ACCOUNT_USERNAME_MIN_LENGTH = 3 ACCOUNT_UNIQUE_EMAIL = True -LOGIN_REDIRECT_URL = "/bird/all" \ No newline at end of file +LOGIN_REDIRECT_URL = "/bird/all" diff --git a/app/core/csp.py b/app/core/csp.py index d853d02..04963eb 100644 --- a/app/core/csp.py +++ b/app/core/csp.py @@ -28,4 +28,4 @@ CSP_FONT_SRC = ( "'self'", "https://fonts.gstatic.com", "https://cdnjs.cloudflare.com", -) \ No newline at end of file +) diff --git a/app/core/settings.py b/app/core/settings.py index e8e98e2..6f2e737 100644 --- a/app/core/settings.py +++ b/app/core/settings.py @@ -85,7 +85,6 @@ INSTALLED_APPS = [ "bird", "costs", "export", - ] MIDDLEWARE = [