I try to add my custom javascript to some change_form templates. Before having installed Grappelli, I could do that by extending
From the grappelli customization document, it suggested that: The sortable-field will not automatically be hidden
I have a model that looks like this: class ParentObject(models.Model): ... services = models.ManyToManyField(Service)
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:
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.
I am using django grapelli. It is in the static/admin/ directory开发者_运维问答, which is used by admin site.
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
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:
And it won\'t save. I use the media plugin to insert a video from youtube. The movie shows up in preview.
I have a very specif开发者_Go百科ic problem. I had a django project which was running the application django-brookie.