Commit Graph
8 Commits
Author SHA1 Message Date
i701 69ab87f502 Add is_admin field to User model and update related serializers and views 2025-06-09 13:28:57 +05:00
i701 7e2f6699b1 Refactor imports in admin.py and update MAC address handling in views.py to improve code clarity and error handling 2025-06-08 15:23:18 +05:00
i701 38d80709db Enhance UserAdmin save logic to auto-generate email from mobile or user ID; improve token creation logging and user existence check 2025-06-08 14:32:30 +05:00
i701 1401c3ac37 Fixed person api checking with database user for verification 2025-04-16 13:17:35 +05:00
i701 dd21b848b9 Add TemporaryUser model and related functionality for user registration and OTP verification 2025-04-16 11:01:43 +05:00
i701 43f9b7ef7c Enhance User model: add email field with unique constraint, update id_card field to allow null values, and include verified field. Update UserAdmin to display verified field. Improve device listing to filter by logged-in user. 2025-03-28 22:25:30 +05:00
i701 f6f77bb0e5 Add wallet balance to User model and implement Atoll/Island management
- Added `wallet_balance` field to the User model.
- Updated UserAdmin to include `wallet_balance` in the admin interface.
- Created serializers and views for Atoll and Island management.
- Implemented endpoints for listing, creating, and updating Atolls and Islands.
- Enhanced payment processing with UUIDs for Payment and Topup models.
- Added migration files for new fields and constraints.
- Improved error handling and validation in various views.
- Updated email templates for better responsiveness and SEO.
2025-01-20 20:59:16 +05:00
i701 4d0eb86478 Initial commit 2025-01-20 14:33:03 +05:00