I'm new to django, and I'm following tutorials on djangoproject.com.
Everything worked fine before I start using generic views. After
modifying polls/urls.py, the /polls/ page can't get any polls, and /
polls/1/ can't get any choices(there isn't a 404 error, but /polls/5/
raises one), either.
Is there anything I should do before switching to generic views that
the tutorial didn't mention?
Thanks!
By the way, I'm using PostgreSql 8.2, django 0.96, if this helps.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to