ttvdrops/README.md
2025-07-21 01:48:40 +02:00

14 lines
No EOL
289 B
Markdown

# ttvdrops
Get notified when a new drop is available on Twitch
## Development
```bash
uv run python manage.py createsuperuser
uv run python manage.py makemigrations
uv run python manage.py migrate
uv run python manage.py collectstatic
uv run python manage.py runserver
uv run pytest
```