Re: Custom Manage.py Commands

2009-07-30 Thread mviamari
On Jul 30, 5:24 pm, Malcolm Tredinnick wrote: > On Thu, 2009-07-30 at 17:18 -0700, mviamari wrote: > > I'm trying to create a custom manage.py command for my project.  The > > example in the documentation only shows how to do this for custom > > commands inside of an app.  Is it possible to do th

Re: Custom Manage.py Commands

2009-07-30 Thread Malcolm Tredinnick
On Thu, 2009-07-30 at 17:18 -0700, mviamari wrote: > I'm trying to create a custom manage.py command for my project. The > example in the documentation only shows how to do this for custom > commands inside of an app. Is it possible to do the same at the > project level? The concept doesn't par

Custom Manage.py Commands

2009-07-30 Thread mviamari
I'm trying to create a custom manage.py command for my project. The example in the documentation only shows how to do this for custom commands inside of an app. Is it possible to do the same at the project level? I'm currently specifying a Command class in a module file within a management/comm