On Thu, Aug 28, 2008 at 8:56 PM, XtraGreen <[EMAIL PROTECTED]> wrote:

>
> I'm upgrading a Django site from 0.96 to the 1.0 beta (django-trunk
> svn as of tonight) and it's mostly going smoothly except the built in
> Django admin is giving me issues.
>
> I think I've got everything setup for the new admin code, but when I
> try to execute the main admin page I get the following error:
>
> TemplateSyntaxError: 'adminapplist' is not a valid tag library: Could
> not load template library from django.templatetags.adminapplist, No
> module named adminapplist
>
> Indeed, adminapplist.py doesn't exist in django/templatetags so what's
> the catch?  Is this a bug in the distribution or am I doing something
> wrong?
>

Do you have a customized index.html admin template based on the old admin
index.html?  That's where adminapplist used to be loaded from.  It is no
longer referenced by the current django/contrib/admin/templates/index.html
file.

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

Reply via email to