furious-luke / django-address

A Django address model and field. Addresses may be specified by address components or by performing an automatic Google Maps lookup.
BSD 3-Clause "New" or "Revised" License
428 stars 178 forks source link

{{ form.media }} seems to render nothing in Django 4 #182

Open joedborg opened 1 year ago

joedborg commented 1 year ago

Using {{ form.media }} seems to render to nothing in my project, running Django 4. It does however, seem to load all the required assets in the Admin pannel and copy/pasting the list of <script>s in there makes the rendered form work.

panosl commented 1 year ago

The README states that the requirements are:

So Django 4, is not officially supported as it seems.

Does the field render properly on the admin site?

XDynames commented 1 year ago

My issues where failing to run collectstatic command after installing the package Works on my django 4.2.1 install