EquipmentTracker-Backend/equipment_tracker/accounts
2023-12-05 00:28:39 +08:00
..
migrations Add .env sample and add pycache folders to gitignore 2023-12-05 00:26:58 +08:00
__init__.py Added user model 2023-11-09 19:48:13 +08:00
admin.py Add is_technician field to django admin panel 2023-12-03 12:20:56 +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