Added relationship between subjects and student

This commit is contained in:
Keannu Christian Bernasol 2023-04-11 23:20:01 +08:00
parent ac0f4b5e28
commit 5182dfa8da
9 changed files with 148 additions and 48 deletions

View file

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