From 78c3e29de760e5349b2d055baac177734c8a436e Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sun, 2 May 2021 16:10:54 +0200 Subject: [PATCH] working on: 0.0.32 Release --- etc/TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/TODO.md b/etc/TODO.md index 30f7c22c..5f2fddd1 100644 --- a/etc/TODO.md +++ b/etc/TODO.md @@ -57,3 +57,12 @@ * add flask-whooshalchemy3 https://pypi.org/project/flask-whooshalchemy3/ https://github.com/blakev/Flask-WhooshAlchemy3 * add flask-filealchemy https://pypi.org/project/flask-filealchemy/ +### git setup +* https://git-scm.com/book/en/v2/Git-Tools-Submodules + + git submodule init + git submodule update + + + + -- GitLab