Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#466 closed defect (invalid)

Model tutorial fails

Reported by: anonymous Owned by: Jacob
Component: Documentation Version: 1.0
Severity: major Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Django rev 630,
Document: Writing your first Django app, part 1, http://www.djangoproject.com/documentation/tutorial1/

If you get a error on the p.add_choice() command like:
SET TIME ZONE 'America/Chicago'

Try adding your timezone to main.py like:
TIME_ZONE='Europe/Stockholm'

Change History (2)

comment:1 by Adrian Holovaty, 19 years ago

Please paste the exact error.

comment:2 by Jacob, 19 years ago

Resolution: invalid
Status: newclosed

Without more details, we can't fix this.

Note: See TracTickets for help on using tickets.
Back to Top