change code to bash

This commit is contained in:
2023-01-12 11:39:31 +00:00
parent 3c0810d9a9
commit 67dd93dd2b

View File

@@ -60,16 +60,16 @@ python3 fet2020/manage.py collectstatic
python3 fet2020/manage.py check --deploy python3 fet2020/manage.py check --deploy
</code> </code>
CodeFormatting (zuerst isort und danach black anwenden): Code Formatting (zuerst isort und danach black anwenden):
<code> ```bash
isort **/*.py isort **/*.py
</code> ```
<code> ```bash
black **/*.py black **/*.py
</code> ```
<code> ```bash
isort **/templatetags/*.py isort **/templatetags/*.py
</code> ```
<code> ```bash
black **/templatetags/*.py black **/templatetags/*.py
</code> ```