With newforms-admin, is there currently anyway of duplicating the
functionality of 'manage.py adminindex <appname>'? It appears that
currently this still is looking for the old admin stuff as the result
I get is this:

{% if perms.myapp %}
<div class="module"><h2>Myapp</h2><table>
</table></div>
{% endif %}

I'm guessing that this is basically something that's just been left
for last as it's not really an essential feature, but it is a useful
one that makes customizing admin/index.html so much easier.

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.

Also, is there a way to change the widget for checkboxes so that the
label is on the left and the checkbox on the right like all the other
widgets, or would I have to just write a custom widget?
--~--~---------~--~----~------------~-------~--~----~
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 more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to