Bookmarker Site

2013-01-27 Thread Ranjith Kumar
Hello All, I wanted to build bookmarking web application using django, in this app user can not only bookmark the site also they scrape few datas from the bookmarked page. Looking for good python/django tools which can help me achieve this aim Thank you! -- Cheers, Ranjith Kumar K, Chennai

[Jobs] - Python/Django Developer Position

2013-04-10 Thread Ranjith Kumar
can send your resumes to ranjitht...@gmail.com Job Location : Chennai -- Cheers, Ranjith Kumar K, Chennai. http://ranjithtenz.wordpress.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop re

How to redorder app

2013-09-06 Thread Ranjith Kumar
Hello, I trying to reorder the app in django admin, is there anyways we can do it via admin.py? Thank you! -- Cheers, Ranjith Kumar K, Chennai. http://ranjithtenz.wordpress.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To u

Re: How to redorder app

2013-09-07 Thread Ranjith Kumar
re is no simple way. > > Reorder the models for an specific app ? Same answer. > > On Friday, September 6, 2013 3:16:59 AM UTC-5, Ranjith Kumar wrote: >> >> Hello, >> I trying to reorder the app in django admin, is there anyways we can do >> it via admin.py? >> >

Django Class-Based CreateView and UpdateView with multiple inline formsets

2015-01-10 Thread Ranjith Kumar
struction_form): return self.render_to_response( self.get_context_data(form=form, ingredient_form=ingredient_form, instruction_form=instruction_form)) Thanks in advance. -- Cheers, Ranjith Kumar K, Chennai

Re: Abridged summary of django-users@googlegroups.com - 23 updates in 11 topics

2017-06-21 Thread Ranjith Kumar
Hello All, On Django admin when I tried to update the existing data I’m getting an error, AttributeError: 'str' object has no attribute '__iter__' models.py class SSPDrive(models.Model): drive_year = models.DateField(verbose_name='Drive year', null=True, b