No matter how hard I tried I was never able to install a POSTGIS template despite the fact that the install said that it had.
In the end I just made sure that the default postgres database had the GIS Extenstoin and used that as the template. It seemed to work. I just used the CREATE EXTENSION postgis; command However, I am not sure whether I have configured it correctly in the setting.py file. DATABASES['default']['POSTGIS_TEMPLATE'] = 'postgres' DATABASES['default']['PASSWORD'] = 'password' The system seems to be working. D -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
