Re: How to make a dynamic list in Django

2014-01-10 Thread Sam Walters
Hello With this sort of problem it depends on the dimensions of your data. What kind of data is associated with a user? Is this just editing a user profile like the built in django 'user' or is there a lot more? My approach to this sort of stuff is a straightfoward initial HTTP response with your

How to make a dynamic list in Django

2014-01-10 Thread Frank Jaworski
Hello, Essentially I am trying to take some pre-existing data for a user, populate a "list" with it, and then add/delete any item I wish from that list and display cost and other information for the updated list. I don't want page reloading or anything like that. I know the concept of ajax/j