Hi,
I originally installed PostGiS with : psql -d template_postgis -f $POSTGIS_SQL_PATH/postgis.sql and similar commands ( http://postgis.net/docs/manual-2.5/postgis_installation.html#create_new_db). So not the new method http://postgis.net/docs/manual-2.5/postgis_installation.html#create_new_db_extensions Now, django always wants to run "CREATE EXTENSION IF NOT EXISTS postgis", which fails with: PostGIS is already installed in schema 'public' Other than commenting the code in django/contrib/gis/db/backends/postgis/base.py, is there something else to do ? Thanks a lot ! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/55b0e8c2-07ce-4493-8d46-b9c689cf81d4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

