You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ You can copy `example.env` to `.env` and fill in the required values.
34
34
- Set `POSTGRES_PASSWORD` to a secure password.
35
35
- Set `SECRET_KEY` to a secure secret key. You can use `from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())` in a python shell to generate it.
36
36
- Optionally you can set `DEBUG` to `1` if needed
37
+
- Set `RUN_ENVIRONMENT=dev` if you want to see the developer endpoints.
0 commit comments