EquipmentTracker-Backend/equipment_tracker/accounts
2023-12-02 20:58:55 +08:00
..
__pycache__ Added schema documentation 2023-11-09 19:52:03 +08:00
migrations Add category to equipment model and improve serializers for equipments app 2023-12-02 20:58:55 +08:00
__init__.py Added user model 2023-11-09 19:48:13 +08:00
admin.py Show technician status in admin page 2023-11-13 18:49:30 +08:00
apps.py Added user model 2023-11-09 19:48:13 +08:00
models.py Pre-generate accounts as technicians by default 2023-11-19 19:06:03 +08:00
permissions.py Added is_technician field in customuser 2023-11-13 18:22:53 +08:00
serializers.py Fixed passwords not being saved on registration 2023-11-20 00:22:51 +08:00
tests.py Added user model 2023-11-09 19:48:13 +08:00
urls.py Added user model 2023-11-09 19:48:13 +08:00
views.py Added user model 2023-11-09 19:48:13 +08:00