mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-17 23:00:24 +00:00
7 lines
122 B
Python
7 lines
122 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class AppConfig(AppConfig):
|
|
name = 'app'
|