gamingflexer
django app added
179f729
raw
history blame
138 Bytes
from django.apps import AppConfig
class ApiConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'api'