You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What i have now when not providing a google api key :
Doc says :
"However if this isn't possible the raw address is used and the user is responsible for breaking the address down into components."
Would it be possible to have the form field for each address components in this case ?
The text was updated successfully, but these errors were encountered:
I'm using {{ form.media }} and {{ form.address }}
with an address = AddressField() line in my model.
with a GOOGLE_API_KEY set to some ransom inexistent key.
But i have user who'd better enter the address themselves than using Gapis.
so i was wondering if there was a fallback possible ?
What i have now when not providing a google api key :
Doc says :
"However if this isn't possible the raw address is used and the user is responsible for breaking the address down into components."
Would it be possible to have the form field for each address components in this case ?
The text was updated successfully, but these errors were encountered: