Code review comment for lp:~trimardio/widelands-website/module_scheduling

Revision history for this message
kaputtnik (franku) wrote :

You have to write a management command for this. See:

https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/

We use such of those commands in a cron job on the server which automatically run every day. Eg. for updating the search index or the encyclopedia.

« Back to merge proposal