django-address
django-address copied to clipboard
{{ form.media }} seems to render nothing in Django 4
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.
The README states that the requirements are:
- Python (3.5, 3.6, 3.7, 3.8)
- Django (2.2, 3.0)
So Django 4, is not officially supported as it seems.
Does the field render properly on the admin site?
My issues where failing to run collectstatic
command after installing the package
Works on my django 4.2.1 install