﻿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
19085	manage.py does not find custom commands if only .pyc file exists	Daniel Swarbrick	nobody	"django.core.management.find_commands() is written such that it only looks for .py files in the custom command directories. This fails if, for example, a project has been byte-compiled (eg. with compileall) and the original source .py files removed.

The attached patch will find .pyc and .pyo files as well (whilst still returning a list of unique commands)."	Bug	closed	Core (Management commands)	dev	Normal	duplicate			Unreviewed	1	0	0	0	1	0
