Skip to content

Commit 44c5237

Browse files
author
Emile Frey
committed
switching to development mode
1 parent 54aff1b commit 44c5237

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
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

backend/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DJANGO_ENV=production
2-
DEBUG=0
1+
DJANGO_ENV=development
2+
DEBUG=1
33
SECRET_KEY=secretsecretsecretsecretsecret
44
DJANGO_ALLOWED_HOSTS=www.example.com localhost 127.0.0.1 [::1]
55

0 commit comments

Comments
 (0)