mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-12 01:23:11 +00:00
Merge pull request #169 from vdboor/master
Add `default_app_config` so you can just use `axes` in `INSTALLED_APPS`
This commit is contained in:
commit
02936a0b47
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