﻿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
33650	Update startproject template with config directory and custom user model	Timothy Allen	nobody	"I propose that we make makes two changes to the `startproject` template:

* instead of putting configuration files such as `settings.py`, `wsgi.py`, and the root `urls.py` in `my_project/my_project`, use `my_project/config`
* start the project with a custom User model app, `users`

Over the years, I've taught or tutored over 100 Djangonauts starting their first project. These two pain points came up the most frequently. Having to explain and distinguish between two directories with the same name is a constant pain point in the teaching process - ""cd into my_project ... no, the other one!""

It is sometimes better to show rather than tell, so following our own documentation and including a custom User model with the initial project template reinforces the best practice that we explicitly point out in the documentation."	Cleanup/optimization	new	Core (Management commands)	dev	Normal		startproject, template		Unreviewed	1	0	0	0	0	0
