Skip to content

Commit 050f9a5

Browse files
authored
Merge pull request #151 from Jer-Pha/jer-pha
refactor/docs: removed mentions of Heroku
2 parents 896f44e + 578f5ee commit 050f9a5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

config/settings/prod.py

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"www.pythonsd.com",
2727
"sandiegopython.org",
2828
"www.sandiegopython.org",
29-
"pythonsd.herokuapp.com", # RIP
3029
"pythonsd-django.fly.dev",
3130
]
3231

@@ -62,7 +61,6 @@
6261

6362
# Security
6463
# https://docs.djangoproject.com/en/3.2/topics/security/
65-
# https://devcenter.heroku.com/articles/http-routing#heroku-headers
6664
# --------------------------------------------------------------------------
6765
if "SECURE_SSL_HOST" in os.environ:
6866
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Install requirements for local development with:
33
# pip install -r requirements/local.txt
44

5-
# Requirements needed by Heroku for deployment
5+
# Requirements needed for deployment
66
-r requirements/deployment.txt

0 commit comments

Comments
 (0)