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 faddc4c9b0 Implement user authentication system with custom user model, views, and templates
- Created custom User model extending Django's AbstractUser.
- Added user registration, login, and profile views with corresponding templates.
- Implemented user authentication functionality and integrated Bootstrap for styling.
- Updated project settings to use the new accounts app and user model.
- Added tests for user model and admin functionality.
2025-07-21 02:57:44 +02:00
.vscode Implement user authentication system with custom user model, views, and templates 2025-07-21 02:57:44 +02:00
accounts Implement user authentication system with custom user model, views, and templates 2025-07-21 02:57:44 +02:00
config Implement user authentication system with custom user model, views, and templates 2025-07-21 02:57:44 +02:00
templates Implement user authentication system with custom user model, views, and templates 2025-07-21 02:57:44 +02:00
twitch Add tests for GameDetailView to validate expired campaign filtering 2025-07-10 05:16:25 +02:00
.env.example Add environment configuration and email settings 2025-07-08 04:33:05 +02:00
.gitignore Add Django static files directory to .gitignore 2025-07-21 01:47:34 +02:00
.python-version Add initial project configuration files and Python version 2025-07-08 01:29:27 +02:00
conftest.py Add environment configuration and email settings 2025-07-08 04:33:05 +02:00
LICENSE Initial commit 2025-07-08 01:21:59 +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 Implement user authentication system with custom user model, views, and templates 2025-07-21 02:57:44 +02:00
README.md Clean README 2025-07-21 01:48:40 +02:00
uv.lock Update asgiref package version to 3.9.1 and corresponding sdist and wheel URLs 2025-07-10 05:42:41 +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