Re: Pinterest like UI implementation

2012-09-28 Thread Nirmal Sharma
Thanks Peith. I will try Masonry and infinite-scroll. Regards ~Nirmal On Friday, September 28, 2012 8:07:34 PM UTC-7, Peith wrote: > > I use Masonry to get that Pinterest-like tile of images. Then I use > Infinite-scroll to detect user scrolling event and load more images by > sending an AJAX

Pinterest like UI implementation

2012-09-27 Thread Nirmal Sharma
Hi, I am creating a website in django where in i am trying to display all the comments and pictures like Pinterest. Can somebody help me on how to implement the same easily in django. Is there any easy way to implement the Pinterest like UI in django? Regards ~Nirmal -- You received this mess

Re: Can somebody help me on how to handle this scenario?

2012-08-23 Thread Nirmal Sharma
with > django's auth system. > > On 22-8-2012 7:13, Nirmal Sharma wrote: > > > class People (models.Model): > > person_name = models.CharField(max_length=150) > > > > > > class comments (models.Model): > > comment = models.Ch

Re: Can somebody help me on how to handle this scenario?

2012-08-21 Thread Nirmal Sharma
the form and template level? Regards ~Nirmal On Tuesday, August 21, 2012 1:57:05 PM UTC-7, Nirmal Sharma wrote: > > > --This is the model definition > > FEEDBACK_CHOICES = ( > (1, 'FOR'), > (-1, 'AGAINST'), > (0, 'NEUTRAL&#x

Can somebody help me on how to handle this scenario?

2012-08-21 Thread Nirmal Sharma
--This is the model definition FEEDBACK_CHOICES = ( (1, 'FOR'), (-1, 'AGAINST'), (0, 'NEUTRAL'), ) class user (models.Model): user_name = models.CharField(max_length=150) class comments (models.Model): comment = models.CharField(max_length=1000)

Need Django experts to explain some of my questions in bay Area, CA

2012-08-20 Thread Nirmal Sharma
Hi, I am building a website for non-profit work using Django but i got stuck at one place. It would be great if somebody help me in resolving some of my question. I need only an hr of you. Regards ~Nirmal -- You received this message because you are subscribed to the Google Groups "Django use