django-grappelli
Django grappelli adding custom js to change_form
I try to add my custom javascript to some change_form templates. Before having installed Grappelli, I could do that by extending[详细]
2023-04-12 16:50 分类:问答grappelli to hide Sortable field in Inline sortable (Django Admin)
From the grappelli customization document, it suggested that: The sortable-field will not automatically be hidden[详细]
2023-03-25 23:18 分类:问答Django performance with M2M
I have a model that looks like this: class ParentObject(models.Model): ... services = models.ManyToManyField(Service)[详细]
2023-03-16 20:04 分类:问答Django Grappelli Error
I\'m having issues with Django Grappelli. It seems to be loading the CSS just fine, but the styling seems... off. Perhaps some pictures 开发者_JAVA技巧would clarify what I mean:[详细]
2023-03-10 05:55 分类:问答Django admin remove m2m inlines?
I am using the Django admin with the Grappelli app to manage an M2M relationship (Gallery - Image) with an intermediary model with inline form sections.[详细]
2023-03-06 12:51 分类:问答Django share CSS and Javascript for admin and public
I am using django grapelli. It is in the static/admin/ directory开发者_运维问答, which is used by admin site.[详细]
2023-03-04 21:01 分类:问答django-cms + grappelli
If anyone knows how to make django-cms play with grappelli, please give some tips开发者_运维百科Well I\'ve just gone through a fairly epic adventure, the story of which might be of some use to you. T[详细]
2023-02-23 10:36 分类:问答Sorl thumbnail not showing thumb in AdminImageMixin
I\'m having trouble with Django 1.3 using django-grappeli and sorl-thumbnail. I have a project that uses this code from the official sorl-thumbnails docs:[详细]
2023-02-19 21:45 分类:问答embedded media not showing up in html editor in TinyMCE
And it won\'t save. I use the media plugin to insert a video from youtube. The movie shows up in preview.[详细]
2023-01-31 04:03 分类:问答django-grappelli and django-brookie together cause the items for invoice and quote not to total up automatically
I have a very specif开发者_Go百科ic problem. I had a django project which was running the application django-brookie.[详细]
2023-01-25 18:24 分类:问答