I was given two files, an .html and .py to host along with a database. The .html calls the .py like so: <form action="generator.py" method="post"> When the form is submitted, I get a "405 Not Allowed" error. I'm not sure about hosting .py files...