﻿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
19238	manage.py does not use python3	Cybjit	nobody	"I installed django using python3, but by default manage.py uses python.
{{{
$ django-admin.py startproject foo
$ cd foo/
$ ./manage.py startapp bar
Traceback (most recent call last):
  File ""./manage.py"", line 8, in <module>
    from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
$ sed -i -e 's/env python/env python3/' manage.py
$ ./manage.py startapp bar
$
}}}"	Bug	closed	Python 3	1.5-alpha-1	Normal	invalid			Unreviewed	0	0	0	0	0	0
