StudE-Backend/stude/subjects
2023-10-02 15:47:57 +08:00
..
migrations Hotfix for registration crashing due to non-unique StudentStatus instance creation 2023-10-02 00:46:44 +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 Added records and record handling for Computer Science course 2023-10-02 15:47:57 +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