Re: admin url error

2009-10-12 Thread A_Swtos
Thank you DR for your useful help :) On Oct 12, 2:40 pm, Daniel Roseman wrote: > On Oct 12, 11:28 am, A_Swtos wrote: > > > > > > > I'm new in django and i try to do what tutorial says about activating > > the admin site but i take the following error: > > > IndentationError at /admin/ > > ('une

Re: admin url error

2009-10-12 Thread Daniel Roseman
On Oct 12, 11:28 am, A_Swtos wrote: > I'm new in django and i try to do what tutorial says about activating > the admin site but i take the following error: > > IndentationError at /admin/ > ('unexpected indent', ('/home/sotathan/mysite/../mysite/urls.py', 4, > 1, ' from django.contrib import adm

admin url error

2009-10-12 Thread A_Swtos
I'm new in django and i try to do what tutorial says about activating the admin site but i take the following error: IndentationError at /admin/ ('unexpected indent', ('/home/sotathan/mysite/../mysite/urls.py', 4, 1, ' from django.contrib import admin\n')) Request Method: GET Request URL:http