Re: Learning Django: DjangoProject Poll application

2012-02-29 Thread Tom Evans
On Wed, Feb 29, 2012 at 6:07 AM, WuWoot wrote: > https://docs.djangoproject.com/en/dev/intro/tutorial01/ > > I'm using the Djangostack (Python 2.7.2+; Django 1.3.1-1) from Bitnami > ran on Ubuntu 11.10 with PostgreSQL 9.1.2 > You're doing the dev/trunk tutorial but have django 1.3 installed. Eit

Re: Learning Django: DjangoProject Poll application

2012-02-29 Thread Denis Darii
try to use DjangoStack 1.4b1-0 instead of 1.3.1-1 On Wed, Feb 29, 2012 at 7:07 AM, WuWoot wrote: > https://docs.djangoproject.com/en/dev/intro/tutorial01/ > > I'm using the Djangostack (Python 2.7.2+; Django 1.3.1-1) from Bitnami > ran on Ubuntu 11.10 with PostgreSQL 9.1.2 > > Sorry for my newbi

Learning Django: DjangoProject Poll application

2012-02-29 Thread WuWoot
https://docs.djangoproject.com/en/dev/intro/tutorial01/ I'm using the Djangostack (Python 2.7.2+; Django 1.3.1-1) from Bitnami ran on Ubuntu 11.10 with PostgreSQL 9.1.2 Sorry for my newbie question. I got to the portion where it asks me to import timezone from the django.utils module but all I m