Opened 3 months ago

Last modified 6 weeks ago

#35502 assigned 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: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: yes UI/UX: no

Description (last modified by Meta Petric)

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 Meta Petric, 3 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.
Note: See TracTickets for help on using tickets.
Back to Top