Re: Seeking reviewers for a "Guide to Idiomatic Django Deployment"

2013-11-06 Thread pnichols104
This sounds great! I'm still learning myself (coming up on 2 years experience) so I'm a little hesitant to volunteer to offer opinions on content, but I'm an excellent proofreader and would love to help out. I talk English much good and spel grate. Best, Paul On Tuesday, November 5, 2013 7:3

Re: Issues saving a formset form with multiple forms.

2013-11-07 Thread pnichols104
Hey Jason-- You defined the save method as needing the user parameter, but you don't pass that in. Try that (assuming user should equal request.user). Good luck! -Paul On Thursday, November 7, 2013 5:25:18 AM UTC-5, Jason S wrote: > > Hi, > Disclaimer - I'm new to django and python, so plea

Django tables 2 with django-autocomplete-light

2013-11-15 Thread pnichols104
I'm trying to populate a django table with autocomplete light so that the user can fill in data in the table, which would then be saved (the whole table is in a form tag). I have the table working to display the existing data and I have the autocomplete working in model forms (well, a team mem

Re: Django tables 2 with django-autocomplete-light

2013-11-19 Thread pnichols104
I'll check it out--thanks! On Friday, November 15, 2013 5:47:29 PM UTC-5, somecallitblues wrote: > > I have used datatables js for editable tables. Look up datatables jQuery > and you'll find a nice demo and a code example of how to implement them. > They also provide Ajax post when you press en