-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Now that Django allows apps to create custom command wouldn't it be an
option to run feedjack_update like:
./manage.py feedjack_update [OPTIONS]
It seems this shouldn't be too complicated by looking at the source of
runserver:
http://code.djangoproject.com/browser/django/trunk/django/core/management/comman
ds/runserver.py
More here:
http://docs.djangoproject.com/en/dev/howto/custom-management-commands/
Looking at the code of django-mailer for an example that is quite analogous
to what feedjack is trying to do:
http://github.com/jtauber/django-mailer/blob/master/mailer/management/commands/s
end_mail.py
Original issue reported on code.google.com by [email protected] on 12 Feb 2010 at 12:39