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

Use Google Maps API key in requests #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

entvia
Copy link

@entvia entvia commented May 14, 2018

No description provided.

@@ -7,9 +7,10 @@
from urllib.parse import quote_plus
from pytz import timezone
from tzwhere import tzwhere
from django.conf.settings import GOOGLE_MAPS_API_KEY
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tying this to Django isn't a good idea.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah this is supposed to be a simple library which isn't tied to django. Let's make this part of the signature?

@@ -7,9 +7,10 @@
from urllib.parse import quote_plus
from pytz import timezone
from tzwhere import tzwhere
from django.conf.settings import GOOGLE_MAPS_API_KEY
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah this is supposed to be a simple library which isn't tied to django. Let's make this part of the signature?

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

Successfully merging this pull request may close these issues.

None yet

4 participants