On 2/15/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
>
> On Tuesday 14 Feb 2006 6:37 pm, coulix wrote:
> > can i see your url.py, cause i had to take off the leading '^' to
> > be able to recognize the admin part
> > at /mysite/admin.
>
> (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')),


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

Reply via email to