﻿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
16616	startproject should use virtualenv compatible /usr/bin/env python hashbang for manage.py	Odin Hørthe Omdal	nobody	"Always after doing ''django-admin.py startproject test'' I need to change {{{ #!/usr/bin/python }}} to {{{ #!/usr/bin/env python }}} in order for it to work without problem with virtualenv.

Using {{{ #!/usr/bin/env python }}} as a hashbang is a very common idiom in python, and I believe there shouldn't be any problems using that."	Bug	closed	Core (Management commands)	dev	Normal	worksforme			Unreviewed	0	0	0	0	1	0
