Get notified when a new drop is available on Twitch or Kick
https://ttvdrops.lovinator.space/
- Python 82.5%
- HTML 17.1%
- XSLT 0.4%
Eliminates explicit index definitions and db_index usage from Django models and migrations, relying on default indexes and constraints. This simplifies model definitions and migration files, reducing maintenance overhead and potential redundancy. |
||
|---|---|---|
| .vscode | ||
| config | ||
| templates | ||
| twitch | ||
| .env.example | ||
| .gitignore | ||
| manage.py | ||
| pyproject.toml | ||
| README.md | ||
ttvdrops
Get notified when a new drop is available on Twitch
Development
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