google app engine - How to host static html files on AppEngine? -


Is it possible to host static HTML websites on appAngine? And how does your domain name work with it?

I wrote a library to do this, and it works on AppEngine or any other server Which you want:

You throw your files in the directory, and it hosts them. It also supports the Jinja2 template, the URL rewrite and multiple domains.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -