Open bschuon opened 8 years ago
OP, did you ever discover a solution?
Yes. By using SHPAML in the project as an app (and adding it to the apps in the settings), and REMOVING it from the site-packages with PIP, it then works ok.
Finally realized that you need to pip install django-shpaml, NOT pip install shpaml. And remove the old shpaml if installed. then everything is fine.
When installing Shpaml in a Django 1.8/Python 2.7 system, as soon as the templates loaders settings is added, you get an error:
"Module "shpaml" does not define a "Loader" attribute/class"