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
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
2 matches
Mail list logo