Skip to content

Instantly share code, notes, and snippets.

@Jaza
Jaza / Flask-pre-configured-loggers
Last active January 22, 2019 11:23
Flask request / script pre-configured loggers
*
@Jaza
Jaza / Flask-blueprint-with-imported-routes
Last active March 10, 2024 18:26
Example of how to split a Flask blueprint into multiple files, with routes in each file, and of how to register all those routes.
*
@Jaza
Jaza / Private-pypi-howto
Last active July 2, 2023 16:24
Guide for how to create a (minimal) private PyPI repo, just using Apache with directory autoindex, and pip with an extra index URL.
*
@Jaza
Jaza / _flask_security_confirm_change_email.md
Last active June 7, 2018 12:10
Flask-Security with "confirm change of email" functionality

Flask-Security with "confirm change of email" functionality

A simple Flask app to demonstrate Flask-Security with "confirm change of email" functionality added.

To try it out locally:

pip install -r requirements.txt
python app.py