File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2626 "www.pythonsd.com" ,
2727 "sandiegopython.org" ,
2828 "www.sandiegopython.org" ,
29- "pythonsd.herokuapp.com" , # RIP
3029 "pythonsd-django.fly.dev" ,
3130]
3231
6261
6362# Security
6463# https://docs.djangoproject.com/en/3.2/topics/security/
65- # https://devcenter.heroku.com/articles/http-routing#heroku-headers
6664# --------------------------------------------------------------------------
6765if "SECURE_SSL_HOST" in os .environ :
6866 SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO" , "https" )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments