Dispatching /Mapping URLS in python without using Flask

36 Views Asked by At

Back ground: I bought a web hosting plan and created (by WordPress) a website. Now I want to create a new website on that server by python/flask but not WordPress because the standardized functions do not meet my requirements.

Problem description: For testing purpose, I did not edit any Conf files or WSGI settings, just executed "python init.py" to start the new python web applications, in the backend, it showed app is running at http://:localhost:5000. But in the frontend, the web browser ended up waiting for response. My web hosting provider had a look and they said Flask is not allowed for some security reasons.

My question: I need to bind URLs to proper pages without using flask framework. Any suggestions and recommendations are welcome. Thank you very much for your help.

0

There are 0 best solutions below