Skip to content

Commit

Permalink
feat: add cms settings config
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Feb 6, 2024
1 parent 35a2d05 commit 6a4078b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platform_plugin_turnitin/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ class PlatformPluginTurnitinConfig(AppConfig):
"test": {"relative_path": "settings.test"},
"production": {"relative_path": "settings.production"},
},
"cms.djangoapp": {
"common": {"relative_path": "settings.common"},
"test": {"relative_path": "settings.test"},
"production": {"relative_path": "settings.production"},
},
},
}

0 comments on commit 6a4078b

Please sign in to comment.