Re: Problem with management command

2010-07-20 Thread bax...@gretschpages.com
On Jul 20, 10:30 am, Franklin Einspruch wrote: > I can't help but notice that you have  import_stuffi() in the cron > version and import_stuff() in the class. Might that be the problem? > Nope, just a typo. That's not it. -- You received this message because you are subscribed to the Google G

Re: Problem with management command

2010-07-20 Thread Franklin Einspruch
I can't help but notice that you have import_stuffi() in the cron version and import_stuff() in the class. Might that be the problem? Franklin On Tue, Jul 20, 2010 at 11:23 AM, bax...@gretschpages.com wrote: > I'm trying to write a script that I can run from the command line, as > cron, or as a

Problem with management command

2010-07-20 Thread bax...@gretschpages.com
I'm trying to write a script that I can run from the command line, as cron, or as a management command. Command line works fine. Management command does not. I get an "unknown command" error. Any ideas what I'm doing wrong here: http://dpaste.com/hold/220122/ -- You received this message because