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
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