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

Django Modules for comparative "shopping cart" and data analysis

2014-01-06 Thread Frank Jaworski
Hello, Given the task of creating an application that presented the user with a pseudo-shopping cart they could add and subtract to see the potential cost and savings over a period time with graphing and analysis of said comparisons, what does Django have to offer in terms of existing modules?

New to Django; Question

2013-12-30 Thread Frank Jaworski
I am new to Django; I have a legacy database I do not control with some information regarding a user and a database on my server with data pertaining to something that user is doing. I want to take some information from each database via the ORM methodology Django employs and display it on a w