Skip to content

Commit

Permalink
Add instructions for using ADMIN_PATH in production
Browse files Browse the repository at this point in the history
  • Loading branch information
nfoert committed Oct 4, 2024
1 parent 583c240 commit ca72d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Set the following global environment variables:
- `SECRET_KEY` -> `<your new secret key>` (Generate this using `django.core.management.utils.get_random_secret_key()`. If possible you should encrypt this value in your hosting provider.)
- `DEBUG` -> `False`
- `DATABASE_URL` -> `${db.DATABASE_URL}` (This works on DigitalOcean, this may not work on every hosting provider)
- `ADMIN_PATH` -> `your_new_admin_url/` (This is used to change the url to a new random value for security reasons in production)


## Contributing
Expand Down

0 comments on commit ca72d42

Please sign in to comment.