from django.apps import AppConfig class OpsTblConfig(AppConfig): default_auto_field = 'django.db.models.BigAutoField' name = 'ops_tbl'