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%
- Deleted all test files in accounts and twitch apps to clean up the codebase. - Updated the DropCampaign, Game, Organization, DropBenefit, TimeBasedDrop, and DropBenefitEdge models to include database indexing for improved query performance. - Modified the DropCampaignListView and GameDetailView to remove unnecessary status filtering and streamline campaign retrieval logic. - Enhanced the campaign detail template to properly format campaign descriptions. - Adjusted the import_drop_campaign management command to increase default worker and batch sizes for improved performance. - Cleaned up the admin configuration for DropCampaign and TimeBasedDrop models. |
||
|---|---|---|
| .vscode | ||
| accounts | ||
| config | ||
| templates | ||
| twitch | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| conftest.py | ||
| LICENSE | ||
| manage.py | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
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