Re: TemplateSyntaxError when moving from 0.96.1 to SVN
El Sun, 13 Apr 2008 19:42:19 -0300 "Ramiro Morales" <[EMAIL PROTECTED]> escribió: > > On Sun, Apr 13, 2008 at 7:36 PM, Gonzalo Delgado > <[EMAIL PROTECTED]> wrote: > > Hi there, I'm trying to move my django projects to 0.97-pre (trunk). The > > first error I get is this one (when trying to load the admin interface in a > > small project): > > > > TemplateSyntaxError at /admin > > Template u'admin/base_site.html' cannot be extended, because it doesn't > > exist > > Are you extending the admin app UI?. Not at all. "cannot be extended" refers to the first line of the template being loaded: {% extends "admin/base_site.html" %}. For some reason Django can't find admin/base_site.html. The same happens to every template which inherits from other template. > > > > Is there a guide for this kind of migration? > > Yes, take a look at > > http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges > I couldn't find anything resembling to my problem there :( > Regards, > > -- > Ramiro Morales > -- Gonzalo Delgado <[EMAIL PROTECTED]> pgpwqHtkBgQ6Q.pgp Description: PGP signature
Re: TemplateSyntaxError when moving from 0.96.1 to SVN
On Sun, Apr 13, 2008 at 7:36 PM, Gonzalo Delgado <[EMAIL PROTECTED]> wrote: > Hi there, I'm trying to move my django projects to 0.97-pre (trunk). The > first error I get is this one (when trying to load the admin interface in a > small project): > > TemplateSyntaxError at /admin > Template u'admin/base_site.html' cannot be extended, because it doesn't exist Are you extending the admin app UI?. > > Is there a guide for this kind of migration? Yes, take a look at http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges Regards, -- Ramiro Morales --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
TemplateSyntaxError when moving from 0.96.1 to SVN
Hi there, I'm trying to move my django projects to 0.97-pre (trunk). The first error I get is this one (when trying to load the admin interface in a small project): TemplateSyntaxError at /admin Template u'admin/base_site.html' cannot be extended, because it doesn't exist Is there a guide for this kind of migration? Thanks! -- Gonzalo Delgado <[EMAIL PROTECTED]> pgpNOe1gkT19T.pgp Description: PGP signature