On Fri, 2008-11-28 at 18:30 -0800, mobil wrote: > How to make the admin interface display a list of table columns > instead of just a Users object
This is covered in the first two parts of the tutorial. Or you can go directly the admin documentation. The appropriate setting is list_display: http://docs.djangoproject.com/en/dev/ref/contrib/admin/#list-display Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

