Tuesday, June 29, 2010

Re: Load Different Views at same 'browser view'


On Wed, Jun 30, 2010 at 6:32 AM, Desproposito <javierpc@gmail.com> wrote:
I've been thinking about how to do an application I have in mind, a
kind of social network, and it's obvious you have to load different
'modules' like Friends, Messages, Posts, etc. The problem is that I
have no idea about how to do it with Django because I have not found
any function for it, it seems to me like I have to develop views with
all the information I need instead of saying, well, I need the 'friend
module' there on the right, the Messages one up there, etc..


Try the Pinax project. (http://pinaxproject.com/). Probably you can learn more by customizing the project or going through the code.

-V
http://twitter.com/venkasub

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

No comments:

Post a Comment