thanks that index worked, I must have overwritten the good one. sorry for assuming.
On Sep 4, 11:06 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Thu, Sep 4, 2008 at 11:31 AM, KillaBee < > > [EMAIL PROTECTED]> wrote: > > > I did not know it would post like that. > > It seem like it is going backwards, less instead of more things. This > > is one of the most important things to see all your Django apps. > > So, if there is no adminapplist in django, Do you know if some one > > else has put to pieces back together, and made a similar mod for the > > new version? > > What do you want adminapplist for? In the old admin's index.html file it > was used like so: > > {% load adminapplist %} > {% get_admin_app_list as app_list %} > {% for app in app_list %} > > So, it was used to set the variable 'app_list' in the template. In the 1.0 > copy of index.html > (http://code.djangoproject.com/browser/django/tags/releases/1.0/django...) > those first two lines simply aren't there. That implies the variable > app_list is already provided in the context for rendering of index.html. > > If you had a customized index.html file that was based off the old admin > template, you just need to adapt your customizations to the new admin > index.html file. (Your original message, though, just states that you are > using an extremely old copy of admin's index.html file -- revision 127. > Why are you trying to use that instead of the index.html that comes with > Django 1.0?) > > Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---