Python Forum
How to get this function using Django in building a website? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: How to get this function using Django in building a website? (/thread-11773.html)



How to get this function using Django in building a website? - py2exe - Jul-25-2018

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.