Skip to content

Commit 77c370d

Browse files
authored
Merge pull request DjangoGirls#1427 from nusnivek/patch-3
specify PythonAnywhere command-line
2 parents b2f52f5 + 06dff68 commit 77c370d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

en/django_forms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ $ git push
413413

414414
* Then, in a [PythonAnywhere Bash console](https://www.pythonanywhere.com/consoles/):
415415

416-
{% filename %}command-line{% endfilename %}
416+
{% filename %}PythonAnywhere command-line{% endfilename %}
417417
```
418418
$ cd ~/<your-pythonanywhere-username>.pythonanywhere.com
419419
$ git pull

en/extend_your_application/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ $ git push
179179

180180
Then, in a [PythonAnywhere Bash console](https://www.pythonanywhere.com/consoles/):
181181

182-
{% filename %}command-line{% endfilename %}
182+
{% filename %}PythonAnywhere command-line{% endfilename %}
183183
```
184184
$ cd ~/<your-pythonanywhere-username>.pythonanywhere.com
185185
$ git pull
@@ -195,7 +195,7 @@ Servers like PythonAnywhere like to treat "static files" (like CSS files) differ
195195

196196
Start by activating your virtualenv if it's not still active from earlier (PythonAnywhere uses a command called `workon` to do this, it's just like the `source myenv/bin/activate` command you use on your own computer):
197197

198-
{% filename %}command-line{% endfilename %}
198+
{% filename %}PythonAnywhere command-line{% endfilename %}
199199
```
200200
$ workon <your-pythonanywhere-username>.pythonanywhere.com
201201
(ola.pythonanywhere.com)$ python manage.py collectstatic

0 commit comments

Comments
 (0)