﻿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
34127	after package django project with pyinstall, with manage can't execute other commands defined in other python packages	colin	nobody	"with development mode, after install django-q python package, you can run python manage.py qcluster releated with django-q.
Also you can check all the custom defined commands and django out-of-box commands with python manage.py help command.
[auth]
    changepassword
    createsuperuser
...
[django_q]
    qcluster
    qinfo
    qmemory
    qmonitor
...
But after package django project with pyinstall, there isn't a manage.py file, instead of manage.exe(window) or manage(linux) executable file.
then try with manage qcluster  will raise error:
Unknown command: 'qcluster'. Did you mean sqlclear?
Type 'manage help' for usage.
then check with manage help it only shows  django out-of-box commands, without any custom defined commands.

So how to solve this problem? some extra configuration with pyinstaller .spec file?"	Uncategorized	closed	Packaging	3.1	Normal	invalid			Unreviewed	0	0	0	0	0	1
