diff --git a/axes/conf.py b/axes/conf.py index c647689..59c838b 100644 --- a/axes/conf.py +++ b/axes/conf.py @@ -5,6 +5,9 @@ from appconf import AppConf class AxesAppConf(AppConf): + class Meta: + prefix = "axes" + # disable plugin when set to False ENABLED = True