TODO
Jinja
- https://jinja.palletsprojects.com/en/2.11.x/templates/
Celery
- https://stackabuse.com/asynchronous-tasks-using-flask-redis-and-celery/
- https://docs.celeryproject.org/en/stable/userguide/monitoring.html#monitoring-redis-queues
- https://docs.celeryproject.org/en/stable/userguide/daemonizing.html#service-file-celery-service
- https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#python-requirement
- https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html
- https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html
- https://setuptools.readthedocs.io/en/latest/userguide/quickstart.html#basic-use
Python
Info
Dependencies
Flask-Login
- https://flask-login.readthedocs.io/en/latest/
- https://riptutorial.com/flask/example/28112/using-flask-login-extension
blueprints
- https://flask.palletsprojects.com/en/1.1.x/blueprints/
Bootstrap Theme
- https://startbootstrap.com/template/sb-admin-angular
- https://github.com/startbootstrap/sb-admin-angular
- https://startbootstrap.com/previews/sb-admin-angular
Visual Studio Code
- Flask Tutorial in Visual Studio Code: https://code.visualstudio.com/docs/python/tutorial-flask
packaging
- https://packaging.python.org/
Research
mariadb and sqlalchemy
- https://stackoverflow.com/questions/12273889/calculate-execution-time-for-every-page-in-pythons-flask
- https://docs.sqlalchemy.org/en/13/faq/performance.html
- https://mariadb.com/kb/en/query-cache/
- https://docs.sqlalchemy.org/en/14/core/pooling.html
- https://docs.sqlalchemy.org/en/14/core/pooling.html?highlight=disconnects#dealing-with-disconnects
- https://mariadb-corporation.github.io/mariadb-connector-python/
- https://mariadb.com/docs/clients/connector-python/
- https://jinja.palletsprojects.com/en/2.11.x/templates/
Caching
- https://flask-caching.readthedocs.io/en/latest/
- https://www.howtoforge.de/anleitung/wie-installiere-ich-memcached-auf-ubuntu-2004-lts/
Testing
- https://testdriven.io/blog/flask-pytest/
- https://docs.pytest.org/en/latest/
- https://flask.palletsprojects.com/en/2.0.x/testing/
- https://pytest-flask.readthedocs.io/en/latest/index.html