mirror of
https://github.com/jazzband/django-axes.git
synced 2026-04-01 14:00:36 +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
|