Re: Django Dynamic Formsets

2014-04-12 Thread Venkatraman S
Can you try with this : https://gist.github.com/venkasub/10544716 It works for me. Let me know if you have trouble. -V On Wed, Apr 9, 2014 at 4:58 PM, Leandro Alves wrote: > Hi again, > > So I followed the documentation and created a formset as we have there. > https://docs.djangoproject.com/e

Re: Django Dynamic Formsets

2014-04-09 Thread Leandro Alves
Hi again, So I followed the documentation and created a formset as we have there. https://docs.djangoproject.com/en/1.6/topics/forms/formsets/ Then I followed the documentation and included the django-formset-js: https://pypi.python.org/pypi/django-formset-js/ But I can't get the buttons "Add

Re: Django Dynamic Formsets

2014-04-08 Thread Venkatraman S
Actually, there is nothing more to it. Include the js and create the formset_factory and start using it in the template by iterating over it. In the view, post-POST, again iterate over the formsets. Bulk of the work is done by the js and you dont have to do much in django. There is a minor bug in t

Re: Django Dynamic Formsets

2014-04-08 Thread Leandro Alves
Hello Venkatraman, Yes.. I saw this one was well... and I want to try it.. but I'm still learning about Formsets... Would you have any basic simple foo example to share? :) Best, Leandro On Tuesday, April 8, 2014 2:48:15 AM UTC+2, Venkatraman.S. wrote: > > Have you tried the jquery formset

Re: Django Dynamic Formsets

2014-04-08 Thread Leandro Alves
Hello Alejandro!!! Man...I swear, if I had it I would be sooo happy to share... :) I still couldn't get a normal Formset example to work.. Do you have any simple foo example to share? hehehe I'm trying from https://docs.djangoproject.com/en/1.6/topics/forms/formsets/. I also tried to make the

Re: Django Dynamic Formsets

2014-04-08 Thread Alejandro Perez
Hey Leandro, I'm looking for something like that and your topic question is rolling in my head.. Could you please share your solution with the community? :D Thanks !!! :) El lunes, 7 de abril de 2014 15:53:13 UTC-4, Leandro Alves escribió: > > Done. :) > > Thanks!!! > > > On Monday, April 7, 201

Re: Django Dynamic Formsets

2014-04-07 Thread Venkatraman S
Have you tried the jquery formset - works like a breeze for me. On Mon, Apr 7, 2014 at 10:43 PM, Leandro Alves wrote: > Hi, > > I wonder if anyone knows of any example of django-dynamic-formsets [1] > that works with Django 1.6? > > So far all I found on the internet are over 3 years old and th

Re: Django Dynamic Formsets

2014-04-07 Thread Leandro Alves
Done. :) Thanks!!! On Monday, April 7, 2014 9:42:53 PM UTC+2, Gladson Simplício Brito wrote: > > Okay, send email here: > > gla...@immensa.com.br > > > 2014-04-07 15:24 GMT-04:00 Leandro Alves >: > >> Brother, I think I have tried all of those already and some other around >> the internet...

Re: Django Dynamic Formsets

2014-04-07 Thread Gladson Simplício Brito
Okay, send email here: glad...@immensa.com.br 2014-04-07 15:24 GMT-04:00 Leandro Alves : > Brother, I think I have tried all of those already and some other around > the internet... > I couldn't find anyone that works with Django 1.6. > > I will send you an email with what I need, ok? :) > > Th

Re: Django Dynamic Formsets

2014-04-07 Thread Leandro Alves
Brother, I think I have tried all of those already and some other around the internet... I couldn't find anyone that works with Django 1.6. I will send you an email with what I need, ok? :) Thanks again! Leandro On Monday, April 7, 2014 8:43:06 PM UTC+2, Gladson Simplício Brito wrote: > >

Re: Django Dynamic Formsets

2014-04-07 Thread Gladson Simplício Brito
Try these: https://pypi.python.org/pypi?%3Aaction=search&term=formset&submit=search If not, tell your need. :D 2014-04-07 14:16 GMT-04:00 Leandro Alves : > Yes.. I have tried that one as well.. but the example still doesn't > work... =/ > > Any freelance available for this? > > Thanks for the f

Re: Django Dynamic Formsets

2014-04-07 Thread Leandro Alves
Yes.. I have tried that one as well.. but the example still doesn't work... =/ Any freelance available for this? Thanks for the feedback! Leandro On Mon, Apr 7, 2014 at 7:33 PM, Gladson Simplício Brito < gladsonbr...@gmail.com> wrote: > The project was migrated to another repository: > > http

Re: Django Dynamic Formsets

2014-04-07 Thread Gladson Simplício Brito
The project was migrated to another repository: https://github.com/elo80ka/django-dynamic-formset 2014-04-07 13:13 GMT-04:00 Leandro Alves : > Hi, > > I wonder if anyone knows of any example of django-dynamic-formsets [1] > that works with Django 1.6? > > So far all I found on the internet are