change code to bash
This commit is contained in:
18
Readme.md
18
Readme.md
@@ -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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user