mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-28 16:58:19 +00:00
Add default_app_config so you can just use axes in INSTALLED_APPS
This commit is contained in:
parent
5ba8aa4580
commit
8f011917dc
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
__version__ = '2.0.0'
|
||||
|
||||
default_app_config = "axes.apps.AppConfig"
|
||||
|
||||
|
||||
def get_version():
|
||||
return __version__
|
||||
|
|
|
|||
Loading…
Reference in a new issue