I'm new to Django and I'm trying to modify an existing django website for a local newspaper. They would like to have a polls on the their website. I just used the tutorial from the djangoproject website to create the polls module. It works fine, except that I need it to work inside a <div> section on the front page, not multiple pages like is used in the tutorial. What is the standard procedure for something like this?
The tutorial had me create entries for /polls/ in urls.py I probably don't need those. Do I somehow Integrate the polls function into already existing function that are used to display the front page? Not really sure how to proceed Any help would be appreciated. Thanks, Brad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

