Wednesday, February 10, 2021

Patrick Kennedy: Generating a Static Site with Flask and Deploying it to Netlify

I wrote a blog post on TestDriven.io about how to generate a static site using Flask and deploy it to Netlify:

Generating a Static Site with Flask and Deploying it to Netlify

This tutorial looks at how to leverage the JAMstack with Python and Flask. You’ll learn how to generate a static site with Flask, via Frozen-Flask, and deploy it to Netlify. We’ll also look at how to test the static site with pytest.

As part of this blog post, I created a recipe website that is hosted on Netlify:

https://www.kennedyrecipes.com



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...