rename dev requirements file

This commit is contained in:
FuzzyGrim
2024-06-08 12:54:25 +02:00
parent 799ca77b59
commit 4c4f9d8a99
3 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ DEBUG=True
Then run the following commands.
```bash
python -m pip install -U -r requirements_dev.txt
python -m pip install -U -r requirements-dev.txt
cd src
python manage.py migrate
python manage.py runserver & celery --app config worker -l DEBUG