Major overhaul to subject model and serializers

This commit is contained in:
Keannu Christian Bernasol 2023-07-26 23:32:03 +08:00
parent 0eff07a1ae
commit 0fd790505e
26 changed files with 199 additions and 173 deletions

View file

@ -13,10 +13,9 @@ whitenoise = "*"
djangochannelsrestframework = "*"
daphne = "*"
psycopg2 = "*"
gdal = "*"
django-leaflet = "*"
django-extra-fields = "*"
drf-spectacular = "*"
drf-spectacular = {extras = ["sidecar"], version = "*"}
[dev-packages]