That should work. You must have some unusual setting in settings.py. Can
you post time zone references from that file?
On 20 January 2012 09:03, Cyd wrote:
> In the tutorial here:
>
> https://docs.djangoproject.com/en/1.3/intro/tutorial01/
>
> I get no errors up until the p.save() at the end
In the tutorial here:
https://docs.djangoproject.com/en/1.3/intro/tutorial01/
I get no errors up until the p.save() at the end:
# No polls are in the system yet.
>>> Poll.objects.all()
[]
# Create a new Poll.
>>> import datetime
>>> p = Poll(question="What's u
2 matches
Mail list logo