﻿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
2299	[patch] Settings is loaded as a file rather than a module when using manage.py	john@…	Adrian Holovaty	"If my settings are not in a file nameed {{{settings.py}}} which is the same directory as {{{manage.py}}}, {{{django/core/management.py}}} complains.

Patch changes {{{django.core.management.execute_manager}}} to take the absolute filename of {{{manage.py}}}, the name of the settings module and works out the correct paths and modules. The patch also changes the default {{{manage.py}}} to send the correct path to {{{execute_manager}}}.

Settings can also be in {{{__init__.py}}} (which is where I first started to see this issue)."	defect	closed	Core (Management commands)	magic-removal	normal	wontfix			Unreviewed	1	0	0	0	0	0
