#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 , 19 years ago
comment:2 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Without more details, we can't fix this.
Note:
See TracTickets
for help on using tickets.
Please paste the exact error.