Use environment variables in Django settings
This commit is contained in:
parent
34cee1aa2e
commit
2e49849960
3 changed files with 115 additions and 67 deletions
|
@ -4,7 +4,10 @@ The Servala Self-Service Portal
|
|||
|
||||
## Development setup
|
||||
|
||||
Use ``uv`` to install the project and run its commands while you’re 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 you’re developing:
|
||||
|
||||
```bash
|
||||
uv sync --dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue