Hi,

> But I want it to be listed along with the rest of the admin listing
> for that app.


I may not have understood what you have in mind, but why don't you add
something after the line 39 of contrib/admin/templates/index.html (or
actually your copy of it):

{% for model in app.models %}
  ... regular admin stuff
{% endfor %}
<!-- your custom stuff -->
<a href="..."> upload CSV file </a>

Olivier


--~--~---------~--~----~------------~-------~--~----~
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