diff --git a/Readme.md b/Readme.md index 7542c13a..71c7f24c 100644 --- a/Readme.md +++ b/Readme.md @@ -59,3 +59,17 @@ python3 fet2020/manage.py collectstatic python3 fet2020/manage.py check --deploy + +CodeFormatting (zuerst isort und danach black anwenden): + +isort **/*.py + + +black **/*.py + + +isort **/templatetags/*.py + + +black **/templatetags/*.py +