change code to bash
This commit is contained in:
16
Readme.md
16
Readme.md
@@ -61,15 +61,15 @@ python3 fet2020/manage.py check --deploy
|
||||
</code>
|
||||
|
||||
Code Formatting (zuerst isort und danach black anwenden):
|
||||
<code>
|
||||
```bash
|
||||
isort **/*.py
|
||||
</code>
|
||||
<code>
|
||||
```
|
||||
```bash
|
||||
black **/*.py
|
||||
</code>
|
||||
<code>
|
||||
```
|
||||
```bash
|
||||
isort **/templatetags/*.py
|
||||
</code>
|
||||
<code>
|
||||
```
|
||||
```bash
|
||||
black **/templatetags/*.py
|
||||
</code>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user