mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-27 10:14:55 +00:00
7 lines
165 B
Python
7 lines
165 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class ConstanceConfig(AppConfig):
|
||
|
|
name = 'constance.backends.database'
|
||
|
|
default_auto_field = 'django.db.models.AutoField'
|