pose / web /server /api /apps.py
amitesh11's picture
Upload 3019 files
369fac9 verified
raw
history blame contribute delete
138 Bytes
from django.apps import AppConfig
class ApiConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "api"