Polished year level and added endpoints for viewing subjects by year level

This commit is contained in:
Keannu Christian Bernasol 2023-04-22 00:54:00 +08:00
parent b5d2ad3cac
commit 392bf195ae
7 changed files with 92 additions and 141 deletions

View file

@ -9,6 +9,7 @@ djangorestframework = "*"
djoser = "*"
python-dotenv = "*"
psycopg2 = "*"
django-cors-headers = "*"
[dev-packages]
autopep8 = "*"