StudE-Backend/stude/courses
2023-10-02 00:46:44 +08:00
..
migrations Hotfix for registration crashing due to non-unique StudentStatus instance creation 2023-10-02 00:46:44 +08:00
__init__.py Add course model 2023-06-27 14:16:40 +08:00
admin.py Moved subject course associative entity to subjects app 2023-07-10 17:35:54 +08:00
apps.py Add course model 2023-06-27 14:16:40 +08:00
models.py Overhauled the entire subjects app to be more simplified and to remove anomalies when filtering in queries 2023-07-26 12:14:19 +08:00
serializers.py Add course model 2023-06-27 14:16:40 +08:00
tests.py Add course model 2023-06-27 14:16:40 +08:00
urls.py Add course model 2023-06-27 14:16:40 +08:00
views.py Fixed issue of not connecting to redis instance and added caching for courses 2023-09-12 19:42:32 +08:00