chore(devops): Add FeatureFlag old history and notes models to init so they exist
ref: #783 #782
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -29,7 +29,7 @@
|
||||
"3",
|
||||
"--bind",
|
||||
"0.0.0.0:8002",
|
||||
"app.wsgi:application",
|
||||
"centurion.wsgi:application",
|
||||
],
|
||||
"django": true,
|
||||
"autoStartBrowser": false,
|
||||
|
@ -4,4 +4,6 @@ from . import git_group_history # pylint: disable=W0611:unused-import
|
||||
from . import git_group_notes # pylint: disable=W0611:unused-import
|
||||
from . import git_repository # pylint: disable=W0611:unused-import
|
||||
from . import feature_flag # pylint: disable=W0611:unused-import
|
||||
from . import feature_flag_history # pylint: disable=W0611:unused-import
|
||||
from . import feature_flag_notes # pylint: disable=W0611:unused-import
|
||||
from . import software_enable_feature_flag # pylint: disable=W0611:unused-import
|
Reference in New Issue
Block a user