text2sql / core /apps.py
ns-devel
Text2SQL app
38171fa
raw
history blame contribute delete
140 Bytes
from django.apps import AppConfig
class CoreConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "core"