Changes between Version 87 and Version 88 of ConfigurationGuidelines
- Timestamp:
- 09/25/10 10:33:27 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v87 v88 64 64 These can be set via [http://127.0.0.1:8000/sahana/admin/setting/1/update] 65 65 * Admin Name/Email/Tel 66 * Debug: improve performance by deselecting this option.67 * Self-Registration: disable Self-Registration by deselecting this option.68 * Audit Read: Enable Auditing of all Read operations (Display)69 * Audit Write: Enable Auditing of all Write operations (Create/Update/Delete)70 66 71 67 In time these will be configured by [wiki:BluePrintWebSetup Web Setup]. … … 209 205 * Bytecode compile the application: 210 206 {{{ 211 w2p 212 from gluon.admin import * 213 app_compile("eden", request) 207 cd /home/web2py 208 python web2py.py -S eden -M -R applications/eden/static/scripts/tools/compile.py 214 209 }}} 215 210 * Disable DB prepopulation in {{{000_config.py}}}: deployment_settings.base.prepopulate = False