ComicMTL / backend /apps.py
BloodyInside's picture
firsty
947c08e
from django.apps import AppConfig
class BackendConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'backend'