migrating from django 0.96.3 to 1.1

2009-08-03 Thread sjol
Hi, I've started to migrate my site from django 0.96.3 to 1.1 and have encountered a few snags but one seems particularly odd as it only happens in the admin and for the user-tools in "admin/templates/ base.html" . I get a template synthax error "Caught an exception while rendering: Empty mod

Re: integratin Django to an old site

2007-04-13 Thread sjol
cialy if both can pass parameters. Best, sjol On Apr 12, 7:23 pm, "Niels" <[EMAIL PROTECTED]> wrote: > ehm... take 2: > > > > which has the same effect > > :$ > > On Apr 13, 1:16 am, "Niels" <[EMAIL PROTECTED]> wr

integratin Django to an old site

2007-04-12 Thread sjol
Hi, I would like to integrate Django to an "old" site. By this I mean that reworking the whole site from scratch will not be possible I have to change it piece by piece. But I would like the first piece to be the root but other parts of the URL would stay the same ( it is all php code or jsp ).