﻿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
8085	call_command('runserver') executes management command twice.	Eric Holscher		"When you use runserver in a management command, it executes the code in the management command twice. This is cited in the testserver management command:


{{{
32 	        # Run the development server. Turn off auto-reloading because it causes
33 	        # a strange error -- it causes this handle() method to be called
34 	        # multiple times.
35 	        shutdown_message = '\nServer stopped.\nNote that the test database, %r, has not been deleted. You can explore it on your own.' % db_name
36 	        call_command('runserver', addrport=addrport, shutdown_message=shutdown_message, use_reloader=False)
}}}

I ran into this as well, and I'm just putting it in here so hopefully someone sees it and fixes it.
"	Bug	closed	Core (Management commands)	dev	Normal	needsinfo			Someday/Maybe	0	0	0	0	0	0
