Update 25.05.17.1 #2

Merged
xAndy merged 4 commits from main into live 2025-05-17 03:05:32 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b51e8a9a14 - Show all commits

View File

@ -9,7 +9,7 @@
* make sure python >= 3.12 is installed
* `python -m venv env`
* `. env/bin/activate`
* `pip install -r requirements.txt`
* `pip install -r requirements.txt -r requirements-dev.txt`
* `cp .env.example .env`
* `sed -i '/^ENVIRONMENT=/c ENVIRONMENT=development' .env`
* `./manage.py migrate`