Monday, September 23, 2013

Re: Need help in my Django program

How do I display the updated value from another model, example


Model A

C = user inputted value

 

Model B

A = initial value of 0 + C

B = initial value of 50 – A

 

So every time a different user input a value in C the A & B will automatically be updated, when A = 50 users will not be allowed to enter a value in C. This is done in the django administration. Apologies I am really new to django and forums :) 

--
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 http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment