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 give an archive (.zip) back with all the output files.
I went through the tutorial on the django website already, and made some progress, but my understanding is still shallow for this project.
Could someone point me to the best direction, or give tips on what bits of the documentation I should read to get my head around it as fast as possible?
Many thanks!
Eni