mirror of
https://github.com/jazzband/django-defender.git
synced 2026-04-29 19:24:46 +00:00
7 lines
148 B
Python
7 lines
148 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class DefenderAppConfig(AppConfig):
|
||
|
|
name = "defender"
|
||
|
|
default_auto_field = "django.db.models.AutoField"
|