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
we are trying to use your address field to replace our current address model and add google functionality.
Our app is a backend drf server
When using the django admin to add addresses, we can not get any google functionality. Is this intended for forms only?
The text was updated successfully, but these errors were encountered:
Hi @Leikaab! Thanks for reaching out. You can indeed use a Google address widget in the Django Admin. Please take a look in the example site admin file: example_site/person/admin.py. You'll need to update the admin definition for any model on which you're using an AddressField to use the AddressWidget. Hope that helps!
Hi,
we are trying to use your address field to replace our current address model and add google functionality.
Our app is a backend drf server
When using the django admin to add addresses, we can not get any google functionality. Is this intended for forms only?
The text was updated successfully, but these errors were encountered: