Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
joedborg opened this issue Nov 3, 2022 · 2 comments
Open

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

joedborg opened this issue Nov 3, 2022 · 2 comments

Comments

@joedborg
Copy link

joedborg commented Nov 3, 2022

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
Copy link

panosl commented Jan 11, 2023

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?

@XDynames
Copy link

XDynames commented May 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants