I am getting the following error:
django.core.exceptions.ImproperlyConfigured: Cannot determine PostGIS
version for database "dbname". GeoDjango requires at least PostGIS
version 1.3. Was the database created from a spatial database
template?
when i try to run: python manage.py syncdb
and when i
I am trying to set up a PostGIS DB in Django to track Lat/Lon of a
location, and use it with the Google Maps API. However when I try to
run 'python manage.py syncdb' after running 'createdb -T
template_postgis mydb' I get this error.
Failed to install index for reviews.Location model: function
add
how would I use geodjango to store geographic data in just one table
of my database? can you import it as another app in a django project?
or how would that work?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email
Hey I am building a website similar to Yelp. I want users to be able
to submit data on their interface with a particular establishment. I
want a user to be able to find this establishment either by searching
the database or by gps, using google maps api. How would I store the
geographic data in the
4 matches
Mail list logo