Add default_app_config so you can just use axes in INSTALLED_APPS

This commit is contained in:
Diederik van der Boor 2016-07-07 11:12:29 +02:00
parent 5ba8aa4580
commit 8f011917dc

View file

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