summaryrefslogtreecommitdiff
path: root/web/apps.py
blob: 682e9238e4fc9f4cdb50902fbe6899f2a9c49e26 (plain)
1
2
3
4
5
6
from django.apps import AppConfig


class WebConfig(AppConfig):
    default_auto_field = 'django.db.models.BigAutoField'
    name = 'web'