Files
smokereal1771272846/smokereal1771272846/settings/env/prd.py
Mandel Dashboard 96c544eae3 initial commit
2026-02-16 21:14:08 +01:00

16 lines
614 B
Python

from ..base import * # pylint:disable=W0401,W0614
try:
from smokereal1771272846.json import * # pylint:disable=W0401,W0614,E0611,E0401
except ModuleNotFoundError:
pass
DEBUG = False
STATIC_ROOT = "/srv/www/smokereal1771272846/static/"
MEDIA_ROOT = "/srv/www/smokereal1771272846/media/"
PRIVATE_MEDIA_ROOT = "/srv/www/smokereal1771272846/private/"
ALLOWED_HOSTS.append("smokereal1771272846.%s" % salt_target) # pylint: disable=E0602
# pylint: disable=E0602
WAGTAILSEARCH_BACKENDS["default"]["URLS"] = ["https://search.mandelblog.com:9200"]
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"