Hello, For a project we're working on, we need a custom view that's available only to administrators. It's not the traditional add/edit/delete stuff, and the generic admin interface doesn't cut it. That's fine, I can write my own view. (They need to upload a CSV file, which adds and updates some rows in the database.)
But I want it to be listed along with the rest of the admin listing for that app. Like this: +------------------------------------+ |AppName | +------------------------------------+ |Model1 +add /change| +------------------------------------+ |Model2 +add /change| +------------------------------------+ |Upload CSV file | <- add this row +------------------------------------+ See what I mean? Is this possible? I can't seem to figure this one out. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---