Skip to content

Commit 078661d

Browse files
authored
Update README.md (#14)
Signed-off-by: Alex Lambson <[email protected]>
1 parent c75a353 commit 078661d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ You can copy `example.env` to `.env` and fill in the required values.
3434
- Set `POSTGRES_PASSWORD` to a secure password.
3535
- 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.
3636
- Optionally you can set `DEBUG` to `1` if needed
37+
- Set `RUN_ENVIRONMENT=dev` if you want to see the developer endpoints.
3738

3839
### Running the API
3940

0 commit comments

Comments
 (0)