Customizing newforms-admin -- collapsing apps?

2008-08-20 Thread [EMAIL PROTECTED]
Has anyone customized the admin (specifically with newforms-admin) to collapse/expand apps? I'd like to keep them out of the way as much as possible. I'm thinking some javascript that would expand/collapse them and store the preference in a cookie or the session. Is this a dumb idea? Has anyone do

Re: Customizing newforms-admin

2008-07-11 Thread Rajesh Dhawan
Hi Josh, > What I'm trying to do is re-order the apps and models as they appear > on the admin index, so if there's some other way to do this that I'm > not aware of I'd be just as happy. You can extend django.contrib.admin.sites.AdminSite with your own custom class. Then, extend the method Admi

Re: Customizing newforms-admin

2008-07-11 Thread Josh
Anybody? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For mor

Customizing newforms-admin

2008-06-10 Thread Josh
With newforms-admin, is there currently anyway of duplicating the functionality of 'manage.py adminindex '? It appears that currently this still is looking for the old admin stuff as the result I get is this: {% if perms.myapp %} Myapp {% endif %} I'm guessing that this is basically something t