Skip to content

Commit 721475d

Browse files
committed
Mismatching Instruction.
This is the working code in the English Tutorial that was incomplete and not working in the Portuguese one.
1 parent ded51f8 commit 721475d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pt/html/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,14 @@ Quando fizermos isso, nós fazemos upload (envio) das nossas mudanças para o Py
190190

191191
* Abra a [página de consoles de PythonAnywhere][5] e vá para o seu **console Bash** (ou começar um novo). Em seguida, execute:
192192

193-
$ cd ~/my-first-blog $ git pull [...]
193+
```
194+
$ cd ~/my-first-blog
195+
$ source myvenv/bin/activate
196+
(myvenv)$ git pull
197+
[...]
198+
(myvenv)$ python manage.py collectstatic
199+
[...]
200+
```
194201

195202
[5]: https://www.pythonanywhere.com/consoles/
196203

0 commit comments

Comments
 (0)