AkomptaBackend / api /apps.py
rinogeek's picture
Initial commit of backend code to Hugging Face Space
385a349
raw
history blame contribute delete
138 Bytes
from django.apps import AppConfig
class ApiConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'api'