jeffersonheard / ga_bigboard

The Big Board - teleconferencing over maps
Other
7 stars 2 forks source link

South migration failed #40

Open NathanRSmith opened 11 years ago

NathanRSmith commented 11 years ago

After being away from this project for a while, I tried to set up bigboard in a new VM and got an error while trying to migrate. The error is a result of 0001_initial.py line 389. I remember this had something to do with the incorrect representation of a geodjango point object, but I can't remember exactly what the correct solution was. Could you shed some light on this if you remember? Thanks.

jeffersonheard commented 11 years ago

Yeah, search for it... somewhere there is a Point<.* that you can find via regex. Change to a Point(0 0) and from django.contrib.gis.geos import Point at the top

On Tue, Nov 13, 2012 at 4:10 PM, Nathan Smith notifications@github.comwrote:

After being away from this project for a while, I tried to set up bigboard in a new VM and got an error while trying to migrate. The error is a result of 0001_initial.py line 389. I remember this had something to do with the incorrect representation of a geodjango point object, but I can't remember exactly what the correct solution was. Could you shed some light on this if you remember? Thanks.

— Reply to this email directly or view it on GitHubhttps://github.com/JeffHeard/ga_bigboard/issues/40.