mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-09 08:04:44 +00:00
Fix/585 (#586)
* Fixes #585 where appconf sniffs the module name for a settings prefix Co-authored-by: Mark Walker <mark.walker@realbuzz.com>
This commit is contained in:
parent
f534db4f42
commit
3ceb546ae2
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ from appconf import AppConf
|
|||
|
||||
|
||||
class AxesAppConf(AppConf):
|
||||
class Meta:
|
||||
prefix = "axes"
|
||||
|
||||
# disable plugin when set to False
|
||||
ENABLED = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue