﻿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
14606	Application module imported twice when running development server	rlz	nobody	"I use Django 1.2.3.

I've created a new django project testproject and a new django application test.
I've put the allication inside settings.py, then put only one line of code in test/__init__.py:

{{{
#!python
print 'loaded'
}}}

And import the applicaton module from application urls.py:


{{{
#!python
import test
}}}

In result the line 'loaded' was printed twice.

This behaviour lead to error in my real project."	Uncategorized	closed	Core (Other)	1.2	Normal	invalid	runserver		Design decision needed	0	0	0	0	0	0
