Skip to content

Commit 8405b8c

Browse files
authored
fix the code lines at the end
should fix the issue DjangoGirls#1149
1 parent 7eca295 commit 8405b8c

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

de/html/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,11 @@ $ git push
187187

188188
* Öffne die [PythonAnywhere consoles page](https://www.pythonanywhere.com/consoles/) und gehe zu deiner **Bash-Konsole** (oder starte eine neue). Dann, führe Folgendes aus:
189189

190-
```bash
191-
$ cd ~/my-first-blog
192-
$ source myvenv/bin/activate
193-
(myvenv)$ git pull
194-
[...]
195-
(myvenv)$ python manage.py collectstatic
190+
```
191+
$ cd ~/my-first-blog
192+
$ git pull
196193
[...]
197-
```bash
194+
```
198195

199196
Schau zu, wie dein Code runtergeladen wird! Wenn du prüfen willst, ob der Code angekommen ist, kannst du zum **Files Tab** rüberspringen und deinen Code auf PythonAnywhere sehen.
200197

0 commit comments

Comments
 (0)