Re: Building a calculator

2018-03-21 Thread Derek Zeng
Basically what you need is to store current selections/values in the session https://docs.djangoproject.com/en/2.0/topics/http/sessions/ Then access the session in the view and redirect accordingly. def my_ On Tuesday, March 20, 2018 at 4:29:00 PM UTC-4, Abbad yeslem wrote: > > Hello, > > I am

Building a calculator

2018-03-20 Thread Abbad yeslem
Hello, I am new to Django and trying to learn using the framework as best as i can. I am trying to build an application that can calculate thickness for a vessel under two cases: internal or external pressure. I am really stuck trying to answer the following (Please Help): 1) How can i