Wednesday, February 22, 2017

Is this possible with Django, new to this!

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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/bdfa94ce-a01f-4900-bdef-23e77f4baff2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment