Skip to content

Commit 19d72d1

Browse files
committed
Merge pull request #393 from treyhunner/clarify-pythonanywhere-console-questions
Clarify whether commands should be run on PythonAnywhere
2 parents cbc9b35 + b20a109 commit 19d72d1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

en/django_orm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It's easiest to learn by example. Let's try this, shall we?
1212

1313
## Django shell
1414

15-
Open up your console and type this command:
15+
Open up your local console (not on PythonAnywhere) and type this command:
1616

1717
(myvenv) ~/djangogirls$ python manage.py shell
1818

en/django_urls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Every page on the Internet needs its own URL. This way your application knows wh
1212

1313
## How do URLs work in Django?
1414

15-
Let's open up the `mysite/urls.py` file and see what it looks like:
15+
Let's open up the `mysite/urls.py` file in your code editor of choice and see what it looks like:
1616

1717
```python
1818
from django.conf.urls import include, url

en/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ It'd be good to see all this out and live on the Internet, right? Let's do anot
148148

149149
### Commit, and push your code up to Github
150150

151-
First off, let's see what files have changed since we last deployed:
151+
First off, let's see what files have changed since we last deployed (run these commands locally, not on PythonAnywhere):
152152

153153
$ git status
154154

0 commit comments

Comments
 (0)