Use environment variables in Django settings

This commit is contained in:
Tobias Kunze 2025-03-05 17:28:57 +01:00
parent 34cee1aa2e
commit 2e49849960
3 changed files with 115 additions and 67 deletions

View file

@ -4,7 +4,10 @@ The Servala Self-Service Portal
## Development setup
Use ``uv`` to install the project and run its commands while youre developing:
First, copy the ``.env.example`` file to ``.env`` and adjust the settings to your needs.
Make sure to source the file before running any commands.
Then use ``uv`` to install the project and run its commands while youre developing:
```bash
uv sync --dev