diff --git a/config/settings/prod.py b/config/settings/prod.py index 313bd21..2f6f9ea 100644 --- a/config/settings/prod.py +++ b/config/settings/prod.py @@ -26,7 +26,6 @@ "www.pythonsd.com", "sandiegopython.org", "www.sandiegopython.org", - "pythonsd.herokuapp.com", # RIP "pythonsd-django.fly.dev", ] @@ -62,7 +61,6 @@ # Security # https://docs.djangoproject.com/en/3.2/topics/security/ -# https://devcenter.heroku.com/articles/http-routing#heroku-headers # -------------------------------------------------------------------------- if "SECURE_SSL_HOST" in os.environ: SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https") diff --git a/requirements.txt b/requirements.txt index 6d9e358..2729802 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ # Install requirements for local development with: # pip install -r requirements/local.txt -# Requirements needed by Heroku for deployment +# Requirements needed for deployment -r requirements/deployment.txt