django-admin-volt
django-admin-volt copied to clipboard
Django Admin Volt - Free template for Django Admin Interface | AppSeed
ValueError: The file 'vendor/@popperjs/core/dist/umd/popper-lite.min.js.map' could not be found with .
Hi there I was using this template for a small side project and stumbled on a problem. I want to have an editable field in the admin change_list view for...
Hi! I'm really diggin this so far. It's a nice upgrade to a pretty bland django admin that I just don't have the time to style myself. So thank you!...
Django admin sidebar stays open with highlighted selected model view. It would be desirable to have something similar - keep open/unfolded chosen application container with the model view list. Thank...
In the Django admin, there is possible to drill down into a single application to access the model/model admin view list. in Volt Admin it's absent. However, there is breadcrumbs...
Inline with classes = ["collapse"] doesn't redder doesn't get rendered:  Both "inline" and field sections that are collapsible are hidden: 
Django is triggering a deprecation warning due to the usage of a function that will be removed in Django 4. The error message is the following: ```python /usr/local/lib/python3.9/site-packages/admin_volt/utils.py:273: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy()...
Hi --- # Bug Report: collapse doesn't work in admin vote ``` class Article(models.Model): title = models.CharField(max_length=200) content = FroalaField() tags = models.ManyToManyField(Tag, related_name="ArticleTags", verbose_name=_("tags"), blank=True) seo = models.JSONField() def...