﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3158	"Outdated documentation/tutorial1 ""Let's look at what startproject created:..."""	anonymous	Jacob	"Doc says:
{{{
Let's look at what startproject created:

mysite/
    __init__.py
    manage.py
    settings.py
    urls.py
}}}
Doc should say:
{{{
Let's look at what startproject created:

mysite
|   manage.py
|   settings.py
|   urls.py
|   __init__.py
|
+---apps
|       __init__.py
|
\---settings
    |   admin.py
    |   main.py
    |   __init__.py
    |
    \---urls
            admin.py
            main.py
            __init__.py

.. and explanation ..
}}}"	defect	closed	Documentation	dev	critical	worksforme	tutorial1 startproject settings directory subdir		Unreviewed	0	0	0	0	0	0
