Skip to content

Commit

Permalink
adding settings to extras/docker/development/settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKaran committed Oct 12, 2022
1 parent 39678c3 commit 6568666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wger/settings_global.py
Expand Up @@ -130,11 +130,11 @@
'simple_history.middleware.HistoryRequestMiddleware',

# Django Axes
'axes.middleware.AxesMiddleware',
'axes.middleware.AxesMiddleware', # should be the last one in the list
)

AUTHENTICATION_BACKENDS = (
'axes.backends.AxesStandaloneBackend',
'axes.backends.AxesStandaloneBackend', # should be the first one in the list
'django.contrib.auth.backends.ModelBackend',
'wger.utils.helpers.EmailAuthBackend',
)
Expand Down

0 comments on commit 6568666

Please sign in to comment.