IndentationError: unexpected indent for Django-1.2.1, Python 2.6.4 on ubuntu

2010-06-07 Thread albert kao
I downloaded Django-1.2.1 and installed it for Python 2.6.4 on ubuntu. Please help to fix the IndentationError: unexpected indent problem. Thanks. $ uname -a Linux core2quad 2.6.31-17-generic-pae #54-Ubuntu SMP Thu Dec 10 17:23:29 UTC 2009 i686 GNU/Linux $tar xzvf Django-1.2.1.tar.gz $cd Django-

Writing your first Django app tutorial, part 3 question

2010-06-10 Thread albert kao
I try the "Writing your first Django app tutorial, part 3" (http:// docs.djangoproject.com/en/dev/intro/tutorial03/#intro-tutorial03) with Django-1.2.1. I have got a Page not found (404) when modifying the urls.py described in the "Decoupling the URLconfs" section: Request Method: GET Reque

Re: Writing your first Django app tutorial, part 3 question

2010-06-10 Thread albert kao
On Jun 10, 6:30 pm, albert kao wrote: > I try the "Writing your first Django app tutorial, part 3" (http:// > docs.djangoproject.com/en/dev/intro/tutorial03/#intro-tutorial03) with > Django-1.2.1. > I have got a Page not found (404) when modifying the urls.py described &g