- from django.apps import AppConfig
- class WebserviceRunningConfig(AppConfig):
- default_auto_field = 'django.db.models.BigAutoField'
- name = 'webservice_running'
- # class OpenlocalConfig(AppConfig):
- # default_auto_field = "django.db.models.BigAutoField"
- # name = "openlocal"
|