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:
Camilo Nova 2016-07-08 08:56:54 -05:00 committed by GitHub
commit 02936a0b47

View file

@ -1,5 +1,7 @@
__version__ = '2.0.0'
default_app_config = "axes.apps.AppConfig"
def get_version():
return __version__