Hi,

I'm relatively new to Django, but I have created my fair share of
view.py's already, some basic, some less basic. There's still something
I can't get my head around (yet), and that is how to integrate it all
into one big website.

For instance, the views I have created are search forms, registration
forms, results lists, results manipulation etc. In order to create a
complete webpage that has the search form together with the results
list (and perhaps other things such as user information, user login
forms - all derived from view.py's), what would be the best way to do
this?

Do I need to create one big view.py that sends all relevant data to one
large template? (I'd imagine not). Is there a way to 'cascade'
view.py's, so that some sort of website-logic decision script can
decide which view.py should be called next?

I have learned that visualising processes is not my forté, so I'm
probably overseeing (or rather: not grasping) a basic concept here.

Thanks for replying already,

Mathieu


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to