This PR adds a hint to ask readers to double check the file location. This
can help future readers who encounters this issue to follow the tutorial
more smoothly (instead of searching on Google to see the StackOverflow
post)
Django's [contribution
guideline](https://github.com/django/django/blob/main/CONTRIBUTING.rst)
suggests to create a Trac ticket here beforehand, so I created a fake PR
here: https://github.com/j3soon-pr/django/pull/1
If this clarification is approved, I'll create the formal PR on GitHub.
--
Ticket URL: <https://code.djangoproject.com/ticket/32666>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* type: Uncategorized => Cleanup/optimization
* resolution: => invalid
Comment:
Thanks for the suggestion, however it's explained multiple times in this
tutorial, e.g.
- ''"The outer **mysite/** root directory is a container for your project.
Its name doesn’t matter to Django; you can rename it to anything you
like."''
- ''"**mysite/urls.py**: The URL declarations for this Django project; a
“table of contents” of your Django-powered site. You can read more about
URLs in URL dispatcher."''
The tutorial also instructs reader to modify an existing **
mysite/urls.py** and not to create a new file:
- "In** mysite/urls.py**, add an import for django.urls.include and
insert an include() in the urlpatterns list, so you have: ...."
I don't think any further explanation is needed.
--
Ticket URL: <https://code.djangoproject.com/ticket/32666#comment:1>