Use leaflet for handling of locations in django admin

This commit is contained in:
Keannu Christian Bernasol 2023-07-10 17:06:43 +08:00
parent 1fc262a530
commit 166d586fc2
15 changed files with 95 additions and 4 deletions

View file

@ -14,6 +14,7 @@ djangochannelsrestframework = "*"
daphne = "*"
psycopg2 = "*"
gdal = {path = "./packages/GDAL-3.4.3-cp311-cp311-win_amd64.whl"}
django-leaflet = "*"
[dev-packages]