Fixed subject serializer and added drf-yasg for better endpoint documentation

This commit is contained in:
Keannu Christian Bernasol 2023-07-24 01:47:01 +08:00
parent a33b32436d
commit c955cadc18
6 changed files with 117 additions and 14 deletions

View file

@ -16,6 +16,7 @@ psycopg2 = "*"
gdal = {path = "./packages/GDAL-3.4.3-cp311-cp311-win_amd64.whl"}
django-leaflet = "*"
django-extra-fields = "*"
drf-yasg = "*"
[dev-packages]