Re: admin app doesn't find template

2009-12-08 Thread bruno desthuilliers
On 8 déc, 01:47, Xbiton wrote: (snip) > unfortunately when I try to access the admin  interface I recive an > error saiying me that ther's no template for the apps, even I added > the template folder ti the TEMPLATE_DIRS. > > Now I wondering why, in the debug page of the django server I see that >

admin app doesn't find template

2009-12-07 Thread Xbiton
Hi, I'm new to django and I'm learning it trow a tutorial. Now I was trying to access the admin interface after adding the django.contib.flatpages to the installed app. I did run the python manage.py syncdb and I've seen that the tables for the admin an flatpages apps were created, unfortunately