Migrate backend to sqlite spatialite

This commit is contained in:
Keannu Christian Bernasol 2023-07-09 17:30:00 +08:00
parent 8e202305b3
commit 14d99fc7c2
5 changed files with 367 additions and 150 deletions

View file

@ -11,6 +11,9 @@ djoser = "*"
pillow = "*"
whitenoise = "*"
djangochannelsrestframework = "*"
daphne = "*"
psycopg2 = "*"
gdal = {path = "./packages/GDAL-3.4.3-cp311-cp311-win_amd64.whl"}
[dev-packages]