@ -138,7 +138,8 @@ INSTALLED_APPS = [
|
|||||||
'config_management.apps.ConfigManagementConfig',
|
'config_management.apps.ConfigManagementConfig',
|
||||||
'project_management.apps.ProjectManagementConfig',
|
'project_management.apps.ProjectManagementConfig',
|
||||||
'devops.apps.DevOpsConfig',
|
'devops.apps.DevOpsConfig',
|
||||||
'centurion_feature_flag',
|
'centurion_feature_flag.apps.CenturionFeatureFlagConfig',
|
||||||
|
'itops.apps.ItOpsConfig',
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
0
app/itops/__init__.py
Normal file
0
app/itops/__init__.py
Normal file
6
app/itops/apps.py
Normal file
6
app/itops/apps.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
|
class ItOpsConfig(AppConfig):
|
||||||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||||||
|
name = 'itops'
|
0
app/itops/migrations/__init__.py
Normal file
0
app/itops/migrations/__init__.py
Normal file
Reference in New Issue
Block a user