Vitaly Bogomolov
Vitaly Bogomolov
Can you explain your "user search for location" case in more detail? Using the library outside the admin site in templates is described here: https://github.com/vb64/django.admin.geomap#main-page-with-a-list-of-objects-on-the-map
Hi. I don't know. django_admin_geomap.ModelAdmin inherits from Django's admin.ModelAdmin and extends its changelist_view, change_view and add_view methods. whether there will be conflicts with multiple inheritance from the classes you use...
You can try this one: https://github.com/vb64/django.admin.filters
You can try this one: https://github.com/vb64/django.admin.filters
Of course, it is possible. But we need to figure out the best way to do it in order to maintain backward compatibility with existing installations. Do you have any...