add code formatting

This commit is contained in:
2023-01-12 11:19:50 +00:00
parent a04e4018c8
commit 3c0810d9a9

View File

@@ -59,3 +59,17 @@ python3 fet2020/manage.py collectstatic
<code>
python3 fet2020/manage.py check --deploy
</code>
CodeFormatting (zuerst isort und danach black anwenden):
<code>
isort **/*.py
</code>
<code>
black **/*.py
</code>
<code>
isort **/templatetags/*.py
</code>
<code>
black **/templatetags/*.py
</code>