django.db.utils.DatabaseError: operator class "gist_geometry_ops" does
not exist for access method "gist"
I've found a discussion here: https://code.djangoproject.com/ticket/16455
So looks PostGIS 2.0.0 is unusable with Django right now?
> So looks PostGIS 2.0.0 is unusable with Django right now?
There's no reason you can't apply the SQL manually for the moment.
--
-- Christophe Pettus
x...@thebuild.com
7 апреля 2012 г. 21:56 пользователь Christophe Pettus
<x...@thebuild.com> написал:
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
> sorry? which one SQL? :) I'm trying to run tests with Jenkins CI, but
> it fails on creating DB.
Ah, OK. The automated tests will probably fail, yes. For your application, you can work around this problem by manually created the indexes rather than letting Django do it.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/mmBsv7nuDvoJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Folks,I just checked and I'm running Postgres 9.1 and Postgis 2.0SVN with GeoDjango (on Mac OSX 10.7.4) . I'm not doing anything very exciting with GeoDjango so far, so perhaps there are problems I haven't encountered, but it does run, and it is possible to encode locations using the GeoDjango ORM features. I didn't do anything special for Django (1.4.1) or GeoDjango, but setting up PostGis does need to be done right, and the special version of psycopgsl is required - all of that is well documented, though.-WBTD.
On 4 Aug 2012, at 04:24, Oleg Korsak wrote:
looks like GeoDjango is dead, it is not solved for almost half of the year
четверг, 19 июля 2012 г., 21:23:03 UTC+3 пользователь Dominique Guardiola Falco написал:
Is there a tutorial describing how to do this somewhere please ?
Because right now, geodjango is unusable with PostGreSQL 9 + PostGIS 2--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/mmBsv7nuDvoJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Have you tried to create new project, then new app, then new model with PointField(geography=False) and then run manage.py syncdb? Here must be a problem :)
суббота, 4 августа 2012 г., 8:59:34 UTC+3 пользователь Will Tuladhar-Douglas написал:
Folks,I just checked and I'm running Postgres 9.1 and Postgis 2.0SVN with GeoDjango (on Mac OSX 10.7.4) . I'm not doing anything very exciting with GeoDjango so far, so perhaps there are problems I haven't encountered, but it does run, and it is possible to encode locations using the GeoDjango ORM features. I didn't do anything special for Django (1.4.1) or GeoDjango, but setting up PostGis does need to be done right, and the special version of psycopgsl is required - all of that is well documented, though.-WBTD.
On 4 Aug 2012, at 04:24, Oleg Korsak wrote:
looks like GeoDjango is dead, it is not solved for almost half of the year
четверг, 19 июля 2012 г., 21:23:03 UTC+3 пользователь Dominique Guardiola Falco написал:
Is there a tutorial describing how to do this somewhere please ?
Because right now, geodjango is unusable with PostGreSQL 9 + PostGIS 2--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/mmBsv7nuDvoJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.