File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- # ENV_API_SERVER=www.example.com Note: for ruuning locally on localhost or 127.0.0.1 this should be a blank string.
1+ # ENV_API_SERVER=www.example.com Note: for running locally on localhost or 127.0.0.1 this should be a blank string.
22# This is because for localhost or 127.0.0.1 Nginx redirects it by prefixing with current uri. See issue below:
33# https://serverfault.com/questions/379675/nginx-reverse-proxy-url-rewrite
44
Original file line number Diff line number Diff line change 1010- [ ] Password Reset Email?
1111- [ ] Scripting?
1212- [ ] Are we in good shape to deploy?
13- - [ ] Update and Pin versions (remove anything unused)
13+ - [ ] Update and Pin versions (remove anything unused)
14+ - [x] fix django admin not serving css files on admin page
Original file line number Diff line number Diff line change 1- DJANGO_ENV = production
2- DEBUG = 0
1+ DJANGO_ENV = development
2+ DEBUG = 1
33SECRET_KEY = secretsecretsecretsecretsecret
44DJANGO_ALLOWED_HOSTS = www.example.com localhost 127.0.0.1 [::1]
55
You can’t perform that action at this time.
0 commit comments