|
I've seen some mention of certain scripts that need to be put into cron jobs for maintenance in other questions. Where can I get a list of these scripts or commands so that I make sure that I've got them all covered? |
|
Once your site goes public, I think you at least need to:
Additionally, if you are using the database for sessions, you want to cleanup the session data periodically. There are manage.py commands for this. You probably want to run these in a cron.
(08 Sep '10, 09:35)
matt ♦♦
Where are those documented ?
(09 Sep '10, 21:43)
harmanjd
|