Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

South migration failed #40

Open
NathanRSmith opened this issue Nov 13, 2012 · 1 comment
Open

South migration failed #40

NathanRSmith opened this issue Nov 13, 2012 · 1 comment
Labels

Comments

@NathanRSmith
Copy link
Collaborator

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
Copy link
Owner

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//issues/40.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants