Re: Building a web app for use of third party python package

2017-11-25 Thread Enikő Regényi
Thanks, I managed to put together something that uploads input, processes the data and downloads the results. I bumped into a problem though: I would like to redirect the user AND download the file. Is that possible somehow? (I apologize if this is a trivial question, I am new to django and fai

Building a web app for use of third party python package

2017-11-21 Thread Enikő Regényi
Hello, I would like to use Django for building a web application for use of a third party python package. This third party package uses a text file as input, and produces a bunch of text files as output (sorted in directories). I would like my website to take text/textfile from the user, and