﻿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
12786	runserver --settings option does not work.	ErikW	nobody	"I just updated to the latest trunk r12384 and the settings option for the runserver management command doesn't seem to be working.

I have 2 sites configured:
settings.py (site 1)
settings_2.py (site 2)


{{{
# ./manage.py runserver --settings=settings_2
Validating models...
0 errors found

Django version 1.2 alpha 1 SVN-12385, using settings 'linx.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
}}}

I've added symlinked my django project directory directly into my site-packages -- so it is on the python path.
"		closed	django-admin.py runserver	1.2-alpha		worksforme		erik@…	Accepted	0	0	0	0	0	0
