Commit graph

5 commits

Author SHA1 Message Date
9840a2c133 Refactor profile view to separate game and organization subscriptions for improved clarity in the profile template. 2025-09-02 03:30:18 +02:00
2ff314ecc8 Improve HTML on profile and game details 2025-08-04 00:01:34 +02:00
547d4e6ab1 Debloat HTML 2025-07-24 01:27:31 +02:00
c25236bc07 Refactor profile and base templates for improved clarity and consistency 2025-07-21 15:38:52 +02:00
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