Questions tagged [django-grappelli]

django-grappelli is a grid-based alternative/extension to the Django administration interface

django-grappelli is a grid-based alternative/extension to the Django administration interface.

154 questions
1
vote
2 answers

Using Django/Grappelli on Google App Engine causes Javascript error on list views in admin

I've deployed my Django app to Google App Engine. It uses grappelli in the admin app for extra awesomeness and although it seems to run ok there's one huge stumbling block which I cannot seem to get rid of. The issue is mentioned here and manifests…
Roger
  • 4,737
  • 4
  • 43
  • 68
1
vote
1 answer

Django admin sortable change-list (grappelli) header displacement

I installed grappelli and the sortable app from ff0000-django-sortable on github and everything works perfectly but one detail you can see in the picture in this link The header of the table is displaced to the right. This only happens when the…
xleon
  • 6,201
  • 3
  • 36
  • 52
1
vote
1 answer

Navigation with Grappelii on admin side in Django

I installed grappelli.dashboard. Follow all the steps, but still the navigation is not display.After installing dashboard dashboard.py file will be created. In that dashboard.py file "Group: Administration & Applications" ," Support" , "Latest…
Meenakshi
  • 259
  • 5
  • 19
1
vote
0 answers

Django - problems with Grappelli, mptt and sorting fields

I am using Grappelli admin for it's great sortable fields function. However, I don't seem to be able to get it to work with mptt. Here's my code: class Category(models.Model): name = models.CharField(max_length = 100) def…
QlliOlli
  • 637
  • 3
  • 13
  • 25
0
votes
1 answer

Mezzanine with grappelli (default) admin theme

I have just started my project using Mezzanine (The django CMS framework) but I can't get the grappelli theme to work? Any suggestions? Thanks!
genxstylez
  • 276
  • 1
  • 4
  • 11
0
votes
2 answers

grappelli admin show image

I have a new project on django, in which im using Grappelli and filebrowser, and I have extended the User to have a UserProfile related to it, my question is, how can I modify my code to be able to show on the UserProfile information of a user the…
maumercado
  • 1,453
  • 4
  • 23
  • 47
0
votes
1 answer

Django admin: place inlines on the side

In Django admin (possibly powered by django-grappelli), is there a way to place inlines on the right on the main form, instead of below? I would like to have the page split into two column: the main form on the left and the related items (inlines)…
Don
  • 16,928
  • 12
  • 63
  • 101
0
votes
0 answers

Django Grappelli 3.0.7 radio_fields admin.HORIZONTAL not working

Upgraded to Grappelli 3.0.7 with Django 4.0.10 and radio fields are stacking vertically even though specified as radio_fields = {'show_weekends': admin.HORIZONTAL, 'group_by_dept': admin.HORIZONTAL} If I comment out Grappelli in INSTALLED_APPS,…
0
votes
0 answers

django-grappelli installed but not showing in lib/site-packages of my venv and not found by Django itself

I have activated a virtual environment for a Django project. I have installed django-grappelli using pip into that virtual environment. pip install django-grappelli When calling 'pip list', I can see it's installed. Package …
0
votes
1 answer

Django Grapelli change background column headers

I'm using django grapelli. In my model there is color field which users can select color with colorfield widget. I want to change columns header background color. Does anyone know anything about this? I couldn't found anything.
0
votes
1 answer

how to change width of list rows in django admin

I'm using Django Grappelli for my Django admin theme, it works great but when I open a list of objects inside some modules it only takes about 25% of the width of the screen. check the screenshot what ti need is to make it 100% width and remove…
Ahmed Wagdi
  • 3,913
  • 10
  • 50
  • 116
0
votes
1 answer

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. I create a public directory, which separate from admin, and can be access from public. Django grapelli come with jquery and some other css. Should I…
kelvinfix
  • 2,915
  • 8
  • 37
  • 49
0
votes
1 answer

safe template tag in django admin

I am using django-grappelli as django admin template. But I want to use {{foo|safe}} for a particular entry from my database which I made using CKeditor, which is being displayed in admin template. I know how to use safe tag in templates but I don't…
Shubham Devgan
  • 609
  • 6
  • 18
0
votes
2 answers

Implementing Django Grappelli Dashboard

I've happily implemented Grappelli for the first time. I was trying to implement the dashboard but it doesn't seem to be activating. Trouble is, I'm not sure what it looks like. The Grappelli dashboard.py is applied (generated by…
Glycerine
  • 7,157
  • 4
  • 39
  • 65
0
votes
1 answer

django-grappelli and django-brookie together cause the items for invoice and quote not to total up automatically

I have a very specific problem. I had a django project which was running the application django-brookie. Everything worked fine. I have since added django-grappelli to my project and everything works except for one small thing. If you create a new…
darren
  • 18,845
  • 17
  • 60
  • 79