This repository has been archived on 2022-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
webdev/api/control/apps.py

7 lines
146 B
Python
Raw Permalink Normal View History

2021-12-24 23:33:45 +01:00
from django.apps import AppConfig
2022-01-08 10:07:51 +01:00
class ControlConfig(AppConfig):
2021-12-24 23:33:45 +01:00
default_auto_field = 'django.db.models.BigAutoField'
2022-01-08 10:07:51 +01:00
name = 'control'