-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit_log.txt
More file actions
14 lines (14 loc) · 1.03 KB
/
Copy pathcommit_log.txt
File metadata and controls
14 lines (14 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2025-09-30 17:00:00 - initial DRF project setup for backend employees app.
2025-10-02 11:30:00 - Added employee model and initial migrations.
2025-10-03 20:15:00 - created serializers.py for employee model.
2025-10-04 18:00:00 - Added EmployeeSerializer, EmployeeViewSet and registered routes in urls.py.
2025-10-09 15:45:00 - Created UserCreateView & User Registeration Components
2025-10-11 12:00:00 - Tested API endpoints for registration and login.
2025-10-14 22:20:00 - Done API integration between DRF and django_frontend
2025-09-30 17:00:00 - initial DRF project setup for backend employees app.
2025-10-02 11:30:00 - Added employee model and initial migrations.
2025-10-03 20:15:00 - created serializers.py for employee model.
2025-10-04 18:00:00 - Added EmployeeSerializer, EmployeeViewSet and registered routes in urls.py.
2025-10-09 15:45:00 - Created UserCreateView & User Registeration Components
2025-10-11 12:00:00 - Tested API endpoints for registration and login.
2025-10-14 22:20:00 - Done API integration between DRF and django_frontend