Re: Load Different Views at same 'browser view'

2010-06-30 Thread Desproposito
Thanks for the answers.

However i can't see the way of doing what I want with the template
tags or pinax. I have read all the tags, and the pinax documentation
and i couldn't find anything.



On 30 jun, 05:25, Venkatraman S  wrote:
> On Wed, Jun 30, 2010 at 6:32 AM, Desproposito  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.
>
> -Vhttp://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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Load Different Views at same 'browser view'

2010-06-29 Thread Venkatraman S
On Wed, Jun 30, 2010 at 6:32 AM, Desproposito  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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Load Different Views at same 'browser view'

2010-06-29 Thread Kenneth Gonsalves
On Wednesday 30 June 2010 06:32:03 Desproposito 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..
> 

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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Load Different Views at same 'browser view'

2010-06-29 Thread Desproposito
[I'm sorry I posted this question in the Developers Group, it won't
happen again :)]

Hi all,

First of all i'd like to say that I'm new in Python and Django and
maybe my question is stupid, sorry in case it is. Anyway I'm learning
fast I think. I'm boring of working with PHP and Java, and I'm very
excited about Python and Django.

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

I have thought different ways of getting this but I prefer not to tell
yet because it's better not to appear an idiot in my first post in
this group :P

I suppose, in fact I'm almost sure, there is a way to do this, but I
don't know it and I can't find the way.

Sorry I'm spanish and don't know if explained well, but if I did,
could you please help me?

Thanks in advance.

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