Related tickets are #14952 and #12206.  #14952 includes a possible
patch, but marked as wontfix.

However, I'm definitely +1 on adding support for pyc/pyo support for
management commands.  I understand the arguments against deploying
bytecode-only, but it seems to work everywhere in Django, except for
management commands.

https://code.djangoproject.com/ticket/14952
https://code.djangoproject.com/ticket/12206

John

On Wed, Feb 29, 2012 at 3:38 PM, KACAH <kacah...@gmail.com> wrote:
> Hi, django developers,
>
> I think it would be useful to add *.pyc and *.pyo files into commands
> list (not only *.py files). In my opinion firstly it have to search
> for *.py files and add them, and then if there are other commands in
> *.pyc or *.pyo files, add them too. It would be useful for example for
> packing project by py2exe. I've just written this and it seems to
> work.
>
> What do you think about this?
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django developers" group.
> To post to this group, send email to django-developers@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-developers+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-developers?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to