Commit graph

10 commits

Author SHA1 Message Date
007b8f7ec6 Add section markers 2025-09-13 23:17:17 +02:00
f879dc76ca Enhance profile view to display game subscriptions with inheritance details for improved clarity. 2025-09-02 03:35:00 +02:00
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
f84b59cb4f Go back to sqlite 2025-08-07 01:01:46 +02:00
f45864c786 Fix random Mypy errors 2025-08-04 00:12:47 +02:00
2ff314ecc8 Improve HTML on profile and game details 2025-08-04 00:01:34 +02:00
c447abc6fe Make HTML more simple 2025-08-02 04:03:28 +02:00
8f4e851fb9 Refactor and remove tests, update models and views
- 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.
2025-07-24 02:40:59 +02:00
547d4e6ab1 Debloat HTML 2025-07-24 01:27:31 +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