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%
Find a file
2025-11-28 04:44:07 +01:00
.vscode Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
config Remove bloat 2025-10-13 02:07:33 +02:00
templates Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
twitch Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
.env.example Remove PostgreSQL config from .env.example 2025-10-13 02:13:58 +02:00
.gitignore Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
.pre-commit-config.yaml Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
manage.py Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
pyproject.toml Remove bloat 2025-10-13 02:07:33 +02:00
README.md Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00

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