Skip to content

Deployed website to PythonAnywhere and fixed local files to match files being served

Coadiey Pride requested to merge make-website-public into master

Got rid of a bunch of cache files to make our file structure more understandable. Deleted many unused files in our templates folder. Updated the logic and code in our models and view, app.py. Overall just made the code reflect what is currently being served in the cloud at http://zambiey.pythonanywhere.com/. The reason for deploying website is so that we can run selenium scripts in python and have the flask app available to our webdriver at the same time, because before now you would have to run flask locally. Making it very hard to simultaneously run selenium scripts in python.

Merge request reports