Run Flask Apps with Docker Compose
Learn how to Dockerize a Flask app and then run it, PostgreSQL, Redis, Celery, and Flower with Docker Compose.
Learn how to Dockerize a Flask app and then run it, PostgreSQL, Redis, Celery, and Flower with Docker Compose.
Learn how to use PostHog feature flags in your Flask applications to change your app's behaviour in real time.
Learn how to create an HTML contact form, add it to your Flask website, and have it send you an email when someone submits it!
When you add login, signup, or other features with Flask-Security-Too, you get some unstyled plain HTML pages. Learn how to customise and style them in this article.
Requiring user confirmation via email is traditionally not a simple thing to do. Flask extension Flask-Security-Too makes it much simpler.