I’m trying to build a GIS application in Django Framework.
- I completed the GeoDjango installtion (postresql, spatial libraries).
- I installed OSgeo4W in my C drive.
- I also setup environment variables.
- I’m using PyCharm as an IDE and have a virtual env set up for my project.
But I cannot get the osgeo import to work in my django project.
It’s not recognized but the import works fine in python shell.
Do I need to install all these gis components into my virtualenv site-packages?
How do I get around this?