mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
7 lines
191 B
Python
7 lines
191 B
Python
from django.apps import AppConfig
|
|
from django.conf import settings
|
|
import os, logging
|
|
|
|
class CoreConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'core'
|