Skip to content

Commit ac990ae

Browse files
committed
Clarify that urls.py should be edited locally
I received questions about whether this file should be opened on PythonAnywhere or in the local code editor.
1 parent 905cf02 commit ac990ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)