I was looking at one of exercise of a developer learning how to build app using Django. His directory structure look like this:-
ceri main manag...
For further actions, you may consider blocking this person and/or reporting abuse
There's PR that trying to address the confusion of the
projectsetup but I think it still going to the wrong direction.The PR suggest to change the project directory from
<project_name>toconfig. That basically to handle confusion where django created nestedproject_name/project_namedirectory, unless you specify.as the last argument tostartprojectcommand.This really unnecessary if we simply use
project_nameas app.Related discussions on HN - news.ycombinator.com/item?id=19544344.