On 2/15/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
>
> On Wednesday 15 Feb 2006 8:11 am, limodou wrote:
> > > (r'^admin/', include('django.contrib.admin.urls.admin')),
> >
> > Which version do you use? It seems that the syntax is for 0.91.
> > If you are using 0.92, the above should be:
> >
> > (r'^admin/', include('django.contrib.admin.urls')),
>
> am using latest svn
>
So you should change the urls.py just like what I shown you above. And
try again.

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

Reply via email to