-
Notifications
You must be signed in to change notification settings - Fork 99
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
ValueError while trying to migrate app #65
Comments
@pranshuub can you debug and show what value is being used for "lat"? The code's assumption is the database is storing latlng as a "lat,long" formatted string in the database. |
Hey, thanks for the reply Also the only code i wrote with the module's help is this : |
Hi @pranshuub You should be able to checkout the Django Google Maps project from Github, add your own Do you have an existing database that already has a field called These are the things I would check first to when trying to debug. |
added retries for responses
Hey! i'm new to the django framework and python too.
I've succesfully installed django and made a virtual environment in which i'm trying to run the app.
But i'm getting a ValueError while trying to migrate the app which states :
I'm using python3.8 and Django3.0.8 & the django_google_maps version is 0.12.1
I'm stuggling with this and any help would be really apprecited.
Regards
The text was updated successfully, but these errors were encountered: