We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using jazzmin with django admin, and GISModelAdmin should be displayed as a map, but it's not displayed because this error occurs.
"No map visible because the map container's width or height are 0."
It's displayed well in the basic admin without using jazzmin. I think there's a problem with jazzmin. How do I solve it?
django : 5.1.3 jazzmin : 3.0.1
The text was updated successfully, but these errors were encountered:
I have the same issue. Removing jazzmin from INSTALLED_APPS fixes the issue: the form renders correctly with point selection widget showing the map.
Although I don't think this is the solution we're looking for ;)
Sorry, something went wrong.
No branches or pull requests
I'm using jazzmin with django admin, and GISModelAdmin should be displayed as a map,
but it's not displayed because this error occurs.
"No map visible because the map container's width or height are 0."
It's displayed well in the basic admin without using jazzmin.
I think there's a problem with jazzmin. How do I solve it?
django : 5.1.3
jazzmin : 3.0.1
The text was updated successfully, but these errors were encountered: