django-jazzmin
django-jazzmin copied to clipboard
Jazzy theme for Django
Installed jazzmin and added it to installed app, then made collectstatic, once entered admin, it throwed me and error saying that `get_all_permissions` method is missing, once I implemented that it...
Bumps [django](https://github.com/django/django) from 3.2.14 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...
### 1. Revert #420 `{{ field.field }}` can be a dictionary which won't have `id_for_label`. You can see it in here https://github.com/farridav/django-jazzmin/blob/0c1d115f10ebcab347942cadc78e67d73340e2f6/tests/test_app/library/books/admin.py#L26 we use `__str__` as a part of the...
Please check the link below~ https://fontawesome.com/docs/web/use-with/python-django
Since Django 3.2 `default_app_config` is deprecated: https://docs.djangoproject.com/en/4.0/releases/3.2/#automatic-appconfig-discovery ``` RemovedInDjango41Warning: 'jazzmin' defines default_app_config = 'jazzmin.apps.JazzminConfig'. Django now detects this configuration automatically. You can remove default_app_config. ```
Hello, It seems django-jazzmin have no RTL language support. I check the RTL language like Arabic in the demo but i see some part of dashboard will be disappeared by...
I'm using Django-constant, I'm able to change the site settings from the admin interface, but that doesn't take effect until I restart the server (reading the setting file), Making the...
How can I show the 'jazzy-actions' on the bottom ? Because i am using the markdown editor o the admin side, and that shows edit and preview screens side by...
Hi, I have this code: ``` "custom_links": { "relatorio": [ { "name": "Presença Quantitativo", "url": "presencao_quantitativo", "new_window": True, "icon": "fas fa-calendar", "permissions": ["presencao.quantitativo"], } ] }, ``` It's supposed to...