Re: Admin not working after media is used for CSS

2008-03-25 Thread Francisco Benavides
THANK YOU :) On Mar 25, 2:26 pm, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > Hi, > > > > > But, if I click on any one given table and/or option, I get a page > > error:http://dpaste.com/41249/ > > > urls.pyhttp://dpaste.com/41250/ > > The admin entry should just be ^admin/ without the ending $

Re: Admin not working after media is used for CSS

2008-03-25 Thread Rajesh Dhawan
Hi, > > But, if I click on any one given table and/or option, I get a page > error:http://dpaste.com/41249/ > > urls.pyhttp://dpaste.com/41250/ The admin entry should just be ^admin/ without the ending $. In other words: (r'^admin/', include('django.contrib.admin.urls')), instead of (r'^admin

Admin not working after media is used for CSS

2008-03-25 Thread Francisco Benavides
Hi, I am using the development server, and have made adjustments to allow the use of /media images in order to be able to use CSS. Nos that the page renders OK with the use of CSS through media, when I enter into / admin I get the choice of tables that can be handled. But, if I click on any one