Skip to content

Commit

Permalink
Remove unused middleware (not used in python 3.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmullen committed Dec 14, 2023
1 parent 8f4694b commit 05902cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions miqa/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ def before_binding(configuration: ComposedConfiguration) -> None:
'EXCEPTION_HANDLER'
] = 'miqa.core.rest.exceptions.custom_exception_handler'

configuration.MIDDLEWARE += [
'allauth.account.middleware.AccountMiddleware',
]


class DevelopmentConfiguration(MiqaMixin, DevelopmentBaseConfiguration):
HOMEPAGE_REDIRECT_URL = values.Value(environ=True, default='http://localhost:8081')
Expand Down

0 comments on commit 05902cb

Please sign in to comment.