https://github.com/mikeshultz/whatthediff
Application to track the changes between pages. Used for whatthediff.com
https://github.com/mikeshultz/whatthediff
Last synced: 8 months ago
JSON representation
Application to track the changes between pages. Used for whatthediff.com
- Host: GitHub
- URL: https://github.com/mikeshultz/whatthediff
- Owner: mikeshultz
- License: gpl-2.0
- Created: 2015-07-11T03:48:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T04:53:53.000Z (over 10 years ago)
- Last Synced: 2024-12-17T17:08:23.403Z (over 1 year ago)
- Language: CSS
- Size: 787 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whatthediff
Source code for whatthediff.com
## Setup
### Mailer
#### Cron Jobs
Add the following to a crontab to process mails
* * * * * (/path/to/your/python /path/to/your/manage.py send_mail >> ~/cron_mail.log 2>&1)
0,20,40 * * * * (/path/to/your/python /path/to/your/manage.py retry_deferred >> ~/cron_mail_deferred.log 2>&1)