belltracker / belltracker.github.io

Bell Tracker 1.1.0
https://belltracker.github.io
MIT License
2 stars 1 forks source link

Can't Use Github Pages with Flask #15

Open OkiStuff opened 4 years ago

OkiStuff commented 4 years ago

If anybody knows how to use Flask with Github Pages please respond.

OkiStuff commented 4 years ago

Update on 4/23/2020.

Go to issue #17 for more info but here is a quick summary.

Flask does not natively work with Github Pages because Github Pages is a basic static file hosting platform (Only hosts simple HTML files, meaning backends won't really work). There is a library called Frozen-Flask which converts Flask projects into static files. This will cause bugs probably. But we will try.

OkiStuff commented 4 years ago

Help is still wanted if you know an easier option.