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). |
| 1 | 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. |
| 2 | |
| 3 | 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. |
| 4 | |
| 5 | refferance to the turorial: https://docs.djangoproject.com/en/dev/intro/tutorial01/#creating-a-project |