﻿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
15090	manage.py startapp should read default apps directory from settings.py	italomaia	nobody	"Well, i was thinking, is very commom to define a especial package where all your install apps go so, if one could configure that folder in settings, startapp could create apps directly in that folder, like, apps/.

Proposed syntax:

APPS_DIR = ""."" # default $0

APPS_DIR = ""/apps/"" # usage $1

So, if $1 then:
python manage.py startapp blog would create ""blog"" in apps/blog/"		closed	Uncategorized	1.2		wontfix			Unreviewed	0	0	0	0	0	0
