> 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..
>
check out templatetags - that is one way of implementing this
--
Regards
Kenneth Gonsalves
Senior Associate
NRC-FOSS at AU-KBC
--
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