#32666: Clarify mysite/urls.py location for tutorial-01
-------------------------------------+-------------------------------------
Reporter: Johnson | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Documentation | Version: 3.2
Severity: Normal | Resolution: invalid
Keywords: tutorial | Triage Stage:
clarification | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):
* 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>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/064.0305bcde2277b5275589388f50b45a37%40djangoproject.com.