Re: Need help in my Django program

2013-09-23 Thread ghenessa sabaldan
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

Need help in my Django program

2013-09-22 Thread ghenessa sabaldan
I am really stuck in my code. I have this printing project I have created. I wanted that in my student profile class, it will automatically update the the total printout and the available printout after the user has inputted the corresponding value in the prinout class. and also the report gen

Need help in my Django code

2013-09-18 Thread ghenessa sabaldan
I am really stuck in my code. I have this printing project I have created. I wanted that in my student profile class, it will automatically update the the total printout and the available printout after the user has inputted the corresponding value in the printout class. and also the report gen