django-admin-volt icon indicating copy to clipboard operation
django-admin-volt copied to clipboard

Django Admin Volt - Free template for Django Admin Interface | AppSeed

Results 8 django-admin-volt issues
Sort by recently updated
recently updated
newest added

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!...

enhancement

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: ![image](https://user-images.githubusercontent.com/177266/178012584-0659eef2-79e8-4e1a-a184-c006710968a0.png) Both "inline" and field sections that are collapsible are hidden: ![image](https://user-images.githubusercontent.com/177266/178013071-1182ed10-60e4-4665-8c5e-52b8ba32115f.png)

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...