PurityAI / api /apps.py
thejagstudio's picture
Upload 167 files
b380b5a
raw
history blame contribute delete
138 Bytes
from django.apps import AppConfig
class ApiConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "api"