reinheit/config/settings/production.py

10 lines
161 B
Python
Raw Normal View History

2024-06-27 19:13:43 +01:00
DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",
"NAME": "reinheit",
"USER": "reinheit",
}
}
DEBUG = False