Aaron
Aaron
@ivaniclixx You're right - but I'd be happy to accept a pull request if you'd like to help make it more flexible
I'd be happy to review a pull request if there is a more generic way to accomplish what you are trying to do. I don't know enough about your situation,...
thanks @martonjuhasz98 Do you know, would this be a breaking change or cause any unexpected behavior for any existing folks? I don't know a lot about internationalization. It looks like...
Hi @Synkied - thanks for your contribution. I agree adding the ability to specify language is useful. Will you re-work it so it isn't a breaking change and existing users...
@Synkied also - you don't need a new branch and new PR - just make your changes and push to your existing branch and github should update this pull request.
@Synkied thanks! This is indeed a much better start. the `.pytest_cache` files don't appear to belong committed to the repository. On the test cases - I'd like to see one...
thanks @siobahnv - do you know of any good strategies to work around or eliminate this issue in a general purpose kind of way?
hi @aali361 currently there is not, as the javascript needs to know exactly the id of the fields it is pulling from, but I'm open to pull requests for someone...
@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.
Hi @pranshuub You should be able to checkout the Django Google Maps project from Github, add your own `GOOGLE_MAPS_API_KEY` in the settings file, run `./manage.py migrate`, then `./manage.py runserver` and...