pre add submodule

This commit is contained in:
Mikan
2025-05-19 18:07:12 +03:00
parent d8545bb7cf
commit ead0ee40ee
10 changed files with 21 additions and 1 deletions

View File

@@ -52,7 +52,8 @@ INSTALLED_APPS = [
"education.apps.EducationConfig",
"events.apps.EventsConfig",
"outreach.apps.OutreachConfig",
"surveys.apps.SurveysConfig"
"surveys.apps.SurveysConfig",
"frontend.apps.FrontendConfig"
]
MIDDLEWARE = [