Changes between Initial Version and Version 1 of Ticket #35502


Ignore:
Timestamp:
Jun 8, 2024, 7:16:59 AM (3 months ago)
Author:
Meta Petric
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35502

    • Property 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.
  • Ticket #35502 – Description

    initial v1  
    1 Have the instructions create a dedicated folder prior to running the start project command and then use the `. `in it. Or have the instructions create a folder called `myfirstdjangoproject` (open to suggestions).
     1The 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.
     2
     3There 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.
     4
     5 refferance to the turorial: https://docs.djangoproject.com/en/dev/intro/tutorial01/#creating-a-project
Back to Top