Import base settings from production

This commit is contained in:
Maximilian Friedersdorff 2024-06-27 19:38:36 +01:00
parent affeb5e00c
commit 7d715cc328

View file

@ -1,3 +1,6 @@
from .base import *
DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",