+ 3
Python-tkinter or Django?
I want to write a estimating program but I was wondering if it can be done in Django web. That would be better than a program you have to download but how much can a website do? It will be about 3 pages of information entered then calculations and output(the quote )
2 odpowiedzi
+ 3
Consider that it might be easier to download a program rather to host a whole web-server (apache or whatever) plus django to get the job done.
+ 1
thanks Martin