Skip to content

Making a django ./manage.py command from feedjack_update.py #39

@GoogleCodeExporter

Description

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions