diff --git a/src/newsreader/conf/production.py b/src/newsreader/conf/production.py index f287498..3e3369d 100644 --- a/src/newsreader/conf/production.py +++ b/src/newsreader/conf/production.py @@ -40,6 +40,6 @@ TEMPLATES = [ ] # Third party settings -AXES_HANDLER = "axes.handlers.database.DatabaseHandler" +AXES_HANDLER = "axes.handlers.database.AxesDatabaseHandler" REGISTRATION_OPEN = False