Re: Friends i can not run python manage.py migrate on Django 1.6.1. Can you give me advice plz?

2016-07-04 Thread Juan Escamilla
As Dvschramm said the migrate command was iimplemented until 1.7 . You can try to pip upgrade django to a suitable version: pip install 'django>1.6 ,<1.7' more on: http://stackoverflow.com/questions/5226311/installing-specific-package-versions-with-pip El lunes, 4 de julio de 2016, 18:04:28

Postgis Raster Query API Spatial Look up. Intersects problem

2016-07-04 Thread Juan Escamilla
Dear Developers, I recently installed the latest Django version (github) '1.11.dev20160703135514' To use the spatial lookup API . Specially the GeoQuery.filter(__intersects, something) function. I've found that the method hangs while executing. I'm using a very big dataset. If I use a smal