automate migrations in docker

This commit is contained in:
2025-10-19 10:46:44 +03:30
parent 48b4894c13
commit fe1115dbd3
4 changed files with 15 additions and 6 deletions

View File

@@ -116,7 +116,7 @@ WSGI_APPLICATION = 'Rasaddam_Backend.wsgi.application'
MONGODB_DATABASES = {
"default": {
"name": 'mongodb',
"name": '-',
"host": "",
"tz_aware": True, # if you using timezones in django (USE_TZ = True) # noqa
},