Re: support for custom django-admin commands written as packages

2011-06-07 Thread Marwan Al-Sabbagh
be open to helping improve the whole way custom commands as a whole work in Django too. Marwan On Mon, Jun 6, 2011 at 9:31 PM, Carl Meyer wrote: > Hi Marwan, > > On 06/05/2011 10:15 AM, Marwan Al-Sabbagh wrote: > > Hello, > > Currently one can create a custom command by im

support for custom django-admin commands written as packages

2011-06-05 Thread Marwan Al-Sabbagh
Hello,   Currently one can create a custom command by implementing a Command object in a python module such as "polls/management/commands/closepoll.py". It would be great if Django also supported these commands being implemented in a python package so in this case Command would be found in "polls/m