mirror of
https://github.com/jazzband/django-defender.git
synced 2026-05-03 05:04:57 +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"
|