mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
5 lines
142 B
Python
5 lines
142 B
Python
from pkg_resources import get_distribution
|
|
|
|
default_app_config = 'axes.apps.AppConfig'
|
|
|
|
__version__ = get_distribution('django-axes').version
|