Michael Hoyt

Results 3 comments of Michael Hoyt

Sure, here are a couple of examples: - https://github.com/hoytnix/hoyt.io - https://github.com/saints-be-told-ltd/alleganlegal.com I use Frozen-Flask to compile my website to static-HTML so it can be hosted on a CDN (I use...

For anyone not familiar with Flask-Admin it's like PHPMyAdmin for your SQLAlchemy models.

I submitted a pull-request for this. I implemented it inside the `_generate_all_urls_`-function so that it would be used by both `freeze` and `all_urls`. Also, I decided to blacklist endpoints versus...