Changes between Version 65 and Version 66 of ConfigurationGuidelines
- Timestamp:
- 07/01/10 05:27:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v65 v66 132 132 Security policy is configured in {{{models/zzz.py}}} 133 133 134 === Enable Scheduled Tasks === 135 Edit cron/crontab to enable sending of emails & SMS: 136 {{{ 137 # Send outgoing emails every 5 minutes 138 */5 * * * * root *msg/process_email_via_api 139 # Send outgoing SMS every 5 minutes 140 */5 * * * * root *msg/process_sms_via_api 141 }}} 142 134 143 === Ticket Viewer === 135 144 Add the following to {{{routes.py}}} of your web2py installation for pretty error pages & the ability to view Tickets.