Python Forum

Full Version: How to get this function using Django in building a website?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
python 2.7 Django 1.11.14 win7

I want to build a Django form submission site.
Upon form submitted by user, the backend compare the data X with (A+B),(C+D),(E+F).....in SQLite database, if X agrees with A in(A+B), A+B should be passed as parameters to an .exe file, to generate a zip file and return a site with an url link to the zip for downloading.