Sam Walton
Sam Walton
Good question, I'll find out. I think we might just need to include a notice/link to the relevant privacy policy.
Yeah, I'm not sure if the tool needs its own Privacy Policy too, and if we need to link to the Google one also. Looking into it :)
I installed GDAL and set `GDAL_LIBRARY_PATH = r'C:\OSGeo4W\bin\gdal304.dll'` I'm now getting a new GIS-related error: > File "C:\Users\samwa\WhoCanIVoteFor\venv-64\lib\site-packages\django\db\utils.py", line 122, in load_backend raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: 'django.contrib.gis.db.backends.postgis' isn't an available database...
Setting `GEOS_LIBRARY_PATH = r'C:\OSGeo4W\bin\geos_c.dll'` solved the new error, and migrations have now completed! Should INSTALL.md be updated to include the need to install GDAL, or was there something unique about...
I'm now having more GDAL issues while trying to run `pytest` - I had to go and install the GDAL Python package and am getting stuck on: > File "c:\users\samwa\whocanivotefor\venv-64\lib\site-packages\django\contrib\gis\gdal\libgdal.py",...