This website requires JavaScript.
Explore
Help
Sign In
sarlink
/
sarlink-portal-api
Watch
7
Star
0
Fork
0
You've already forked sarlink-portal-api
mirror of
https://github.com/i701/sarlink-portal-api.git
synced
2025-04-19 23:46:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
sarlink-portal-api
/
api
/
migrations
History
i701
dd21b848b9
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push)
Failing after 1m19s
Details
Add TemporaryUser model and related functionality for user registration and OTP verification
2025-04-16 11:01:43 +05:00
..
__init__.py
Initial commit
2025-01-20 14:33:03 +05:00
0001_initial.py
Initial commit
2025-01-20 14:33:03 +05:00
0002_alter_user_email.py
Initial commit
2025-01-20 14:33:03 +05:00
0003_alter_user_managers.py
Initial commit
2025-01-20 14:33:03 +05:00
0004_alter_atoll_id_alter_island_id.py
Initial commit
2025-01-20 14:33:03 +05:00
0005_alter_atoll_name_alter_island_name.py
Add wallet balance to User model and implement Atoll/Island management
2025-01-20 20:59:16 +05:00
0006_alter_user_mobile.py
add unique mobile number migrations
2025-03-24 15:17:42 +05:00
0007_alter_user_mobile.py
update mobile field in User model to set default value to 0 and create corresponding migrations
2025-03-24 15:29:19 +05:00
0008_alter_user_mobile.py
update mobile field in User model to set default value to 0 and create corresponding migrations
2025-03-24 15:29:19 +05:00
0009_alter_user_mobile.py
Refactor User model: update mobile field to allow null values, enforce unique id_card, and implement user filtering API endpoint
2025-03-26 22:49:11 +05:00
0010_alter_user_mobile.py
Refactor User model: update mobile field to allow null values, enforce unique id_card, and implement user filtering API endpoint
2025-03-26 22:49:11 +05:00
0011_alter_user_email.py
Refactor User model: update mobile field to allow null values, enforce unique id_card, and implement user filtering API endpoint
2025-03-26 22:49:11 +05:00
0012_alter_user_id_card.py
Refactor User model: update mobile field to allow null values, enforce unique id_card, and implement user filtering API endpoint
2025-03-26 22:49:11 +05:00
0013_alter_user_managers_alter_user_id_card.py
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
0014_alter_user_email.py
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
0015_user_created_at_user_updated_at_temporaryuser.py
Add TemporaryUser model and related functionality for user registration and OTP verification
2025-04-16 11:01:43 +05:00