2 problems after installation

34 views
Skip to first unread message

Luca Brandi

unread,
Jul 1, 2016, 3:24:28 AM7/1/16
to Django Grappelli
Hi,
today i installed the app and got 2 problems.
1. list filters do not work (button is there but no aciton)
2, On the original django admin I creates some tabular models and succeded in resizing fields width  using this functoin:
formfield_overrides = {
        models.CharField: {'widget': TextInput(attrs={'size':'5'})},
        models.TextField: {'widget': Textarea(attrs={'rows':1, 'cols':30})},
        models.DecimalField: {'widget': TextInput(attrs={'size':'5'})},
    }

Unfortunately with Grappelli function doesnt work and fields have a huge width.
Any idea? thanks
Reply all
Reply to author
Forward
0 new messages