I think that is possible with Django On Wednesday, February 22, 2017 at 1:15:15 PM UTC+1, ushills wrote: > > Hi, looking for some advice regarding what's possible with Django before I > go too far. > > Can I create a view into a database with approximately 20 fields that > allows be to drill down into each row and that allows me to view and enter > transactional information and view an audit path for how each row has > changed over time. > > Essentially, each row will be a component type with various cost > production criteria, these will be changed over time and in combination > produce a total cost for the completed product. > > I want users to be able to enter the components, update the cost criteria > at regular intervals and view the total cost with views into each component > type to view the audit path of how and who has changed the cost criteria. > > I could do this as a desktop application in python, however, having it as > a web app seems the more modern approach, can Django do this? > > >
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/42972633-62b7-4fff-9eb5-71c4b7338942%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

