django-admin-bootstrap
django-admin-bootstrap copied to clipboard
Responsive Theme for Django Admin With Sidebar Menu
Fresh install on a fresh (empty) Django project, did everything based on tutorial here. ``` 122 | -- | -- {% block pagination %}{% pagination cl %}{% endblock %} {%...
I get this error when I try to navigate through my application. Could you help me with why this happens?
The changelist actions stopped showing correctly when upgrading to Django 3.2 (perhaps Django 3.x?). After some scouring, I've found the following need to be overridden to make them work: In...
Lets have following simple test application: models.py: from django.db import models class Parent(models.Model): name = models.CharField(max_length=20) class Child(models.Model): parent = models.ForeignKey(Parent, on_delete=models.CASCADE) name = models.CharField(max_length=20) admin.py: from django.contrib import admin...
admin_root_url is not defined?
i'm tring the lib into django 3 and it works fine until now,maby could add the support into the description
i installed the repo with pip but when i go to the admin url it does not load all the static files and my ui does not show properly, how...
Hello, should you be interested in including this feature in the main project, please let me know if you require any modification from my side before merging this PR. ##...
Hello, @douglasmiranda https://github.com/douglasmiranda/django-admin-bootstrap/blob/1c837e39e2beaf309398e648c174125189394130/bootstrap_admin/templates/admin/base.html#L125 in above line we shouldn't check accessibility with "is_staff". this cause problems for customized permission admin sites. we should replace that line with: {% if has_permission %}
use local static file