Flask

Flask is an alternative to Django. Flask is simpler. It allows much more customization. It is a simple framework that you can extend in a variety of ways.

I figure I’ll use Django for Earthling.news and Flask for Holistic Home Office. Flask will give me the freedom to design a custom website. Django will give me the stable framework to learn one good way to do everything on a framework designed for news magazine style websites.

Unlike Django’s strict format, Flask has a variety of options you can use to extend it. You’ll have much more freedom to design your own art/website.