We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 896f44e + 578f5ee commit 050f9a5Copy full SHA for 050f9a5
config/settings/prod.py
@@ -26,7 +26,6 @@
26
"www.pythonsd.com",
27
"sandiegopython.org",
28
"www.sandiegopython.org",
29
- "pythonsd.herokuapp.com", # RIP
30
"pythonsd-django.fly.dev",
31
]
32
@@ -62,7 +61,6 @@
62
61
63
# Security
64
# https://docs.djangoproject.com/en/3.2/topics/security/
65
-# https://devcenter.heroku.com/articles/http-routing#heroku-headers
66
# --------------------------------------------------------------------------
67
if "SECURE_SSL_HOST" in os.environ:
68
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
requirements.txt
@@ -2,5 +2,5 @@
2
# Install requirements for local development with:
3
# pip install -r requirements/local.txt
4
5
-# Requirements needed by Heroku for deployment
+# Requirements needed for deployment
6
-r requirements/deployment.txt
0 commit comments