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
Joakim Hellsén eab379a028 Remove custom indexes from Twitch models
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.
2025-10-13 04:15:24 +02:00
.vscode Remove bloat 2025-10-13 02:07:33 +02:00
config Remove bloat 2025-10-13 02:07:33 +02:00
templates Remove bloat 2025-10-13 02:07:33 +02:00
twitch Remove custom indexes from Twitch models 2025-10-13 04:15:24 +02:00
.env.example Remove PostgreSQL config from .env.example 2025-10-13 02:13:58 +02:00
.gitignore Debloat repo 2025-10-01 19:00:29 +02:00
manage.py Refactor Django project files to improve type hinting and code clarity 2025-07-08 01:47:39 +02:00
pyproject.toml Remove bloat 2025-10-13 02:07:33 +02:00
README.md Clean README 2025-07-21 01:48:40 +02: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