Hi everyone,
I am currently testing a simple deployment of a simple website on python anywhere written with cherrypy.
The thing is, as mentionned, cherrypy has an internal server, therefore we need to configure the wsgi file.
Once I configured the wsgi file in order to launch a simple web page, it worked, but, let's assume I want to move all my files in the standard directory, and at the same time, redirect the wsgi configuration towards that directory.
Do you know any example that could allow me to do it ?
With this question, my aim is simply to move my developments I have on the local, and place them on the server and play with them.
It seems some solutions using Flask or any other framework, could also be considered, however, any idea on how I could do with cherrypy ?
Have a nice day,
G