Files
smokea1771268608/smokea1771268608/settings/env/prd.py
Mandel Dashboard 858ffdcae8 initial commit
2026-02-16 20:03:32 +01:00

16 lines
599 B
Python

from ..base import * # pylint:disable=W0401,W0614
try:
from smokea1771268608.json import * # pylint:disable=W0401,W0614,E0611,E0401
except ModuleNotFoundError:
pass
DEBUG = False
STATIC_ROOT = "/srv/www/smokea1771268608/static/"
MEDIA_ROOT = "/srv/www/smokea1771268608/media/"
PRIVATE_MEDIA_ROOT = "/srv/www/smokea1771268608/private/"
ALLOWED_HOSTS.append("smokea1771268608.%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"