Changes between Version 48 and Version 49 of ConfigurationGuidelines
- Timestamp:
- 05/29/10 20:57:32 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v48 v49 159 159 * point to this using Admin Panel 160 160 161 === Error pages === 162 Add the following to routes.py of your web2py installation for pretty error pages. 163 {{{ 164 routes_onerror = [ 165 ('sahana/401', '/sahana/default/user/login'), 166 ('sahana/*', '/sahana/errors/index'), 167 ('*/*', '/sahana/errors/index'), 168 ] 169 170 171 }}} 172 161 173 DeveloperGuidelinesThemes 162 174