StudE-Backend/stude/subjects
2023-09-25 21:09:31 +08:00
..
migrations Removed associative entity and fixed relationship between student status and study group 2023-09-25 21:09:31 +08:00
__init__.py Further polishing for subjects 2023-06-27 18:15:31 +08:00
admin.py Initial fix for duplicate subject queries in student status 2023-09-03 17:46:36 +08:00
apps.py Further polishing for subjects 2023-06-27 18:15:31 +08:00
models.py Changed foreign key field value to reference the required string directly rather than id from StudentStatus and CustomUser with Subjects 2023-09-06 18:13:21 +08:00
serializers.py Final changes to subject and subject instance serializer for easier queries 2023-09-04 18:18:08 +08:00
tests.py Further polishing for subjects 2023-06-27 18:15:31 +08:00
urls.py Major overhaul to subject model and serializers 2023-07-26 23:32:03 +08:00
views.py Implemented redis caching for GET only viewsets 2023-09-12 19:51:06 +08:00