Opened 6 months ago
Last modified 2 months ago
#35502 closed Cleanup/optimization
In the tutorial we have two mysite directories, and we often see users confused by that. — at Version 1
Reported by: | Meta Petric | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | tutorial |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
The tutorial instructs you to make a mysite
directory and in that directory make another one with the same name. We could resolve this confusion by changing the start project
command from : django-admin startproject mysite
to django-admin startproject mysite djangotutorial
. That way it becomes clear to which directory the tutorial is referring to.
There was a ticket #22042 (confused in tutorial 03 about location of mysite/urls.py) that has already been closed, but maybe this solution will be beneficial.
refferance to the turorial: https://docs.djangoproject.com/en/dev/intro/tutorial01/#creating-a-project
Change History (1)
comment:1 by , 6 months ago
Description: | modified (diff) |
---|---|
Summary: | We have two mysite directories, and we often see users confused by that. → In the tutorial we have two mysite directories, and we often see users confused by that. |