/DjangoSiteCheckerExample

An example of how to run management commands for Django with a cron job. Example is an app that checks websites and records HTTP status.

Primary LanguagePython

Site checker

Django application with management commands that are called via cron job.

Example cron job (crontab -e):

# Cron entry - check every 1 minute
*/1 *  *   *   * /home/nanodano/django-cli/djangocli/sitechecker/cron/check_sites.sh