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
</code>
CodeFormatting (zuerst isort und danach black anwenden):
<code>
Code Formatting (zuerst isort und danach black anwenden):
```bash
isort **/*.py
</code>
<code>
```
```bash
black **/*.py
</code>
<code>
```
```bash
isort **/templatetags/*.py
</code>
<code>
```
```bash
black **/templatetags/*.py
</code>
```