Hi
You should probably start off by doing some homework and studying other
such systems which atleast partially implement what you want - I have done
a Twiiter clone with Django/MongoDB-Mongoengine
here<https://github.com/yati-sagade/django-mongo-twt>.
Then, read up on the Django comments framework and I'm sure you'll pull it
off.
And be sure not to re-invent the wheel - use what's already been done!

Cheers!
Yati Sagade

On Sun, Jan 22, 2012 at 2:14 PM, coded kid <duffleboi...@gmail.com> wrote:

> Thanks for the reply. I don't really mean twitter clone, just want
> want users to post update, so their friends can comment, and reshare
> the post. And it will be build in django.
>
> Donald Casson wrote:
> > This is a very open ended question.  There are many different ways in
> which you could achieve the same thing.
> >
> >
> > Just offering a suggestion here:
> >
> > I would take a read through the retwis docs, although it is php and
> redis it should give you enough of an understanding on how to implement
> some of the ideas in django.
> >
> > http://redis.io/topics/twitter-clone
> >
> > Cheers
> > Don
> >
> >
> >
> > On 22/01/2012, at 6:11 PM, coded kid wrote:
> >
> > > Hey guys, please I want you to give me a brief on how I can go about
> > > making users post status update for their friends to see. Just like
> > > how its been done on twitter. Where you tweet whats happening and
> > > after tweeting its will display your status with reply, retweet and
> > > favourite button below. Hope you get my point?
> > >
> > > --
> > > 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+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
> > >
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Yati Sagade <http://twitter.com/yati_itay>

(@yati_itay <http://twitter.com/yati_itay>)

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

Reply via email to