0.4.2
This commit is contained in:
parent
41f249ed5a
commit
f0689ebfab
4 changed files with 9 additions and 2 deletions
|
|
@ -7,7 +7,10 @@ from .base import * # isort:skip
|
|||
|
||||
DEBUG = False
|
||||
|
||||
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
|
||||
|
||||
ALLOWED_HOSTS = ["127.0.0.1", "localhost", "rss.fudiggity.nl", "django"]
|
||||
|
||||
ADMINS = [
|
||||
("", email)
|
||||
for email in os.getenv("ADMINS", "").split(",")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue