Changes between Version 87 and Version 88 of ConfigurationGuidelines


Ignore:
Timestamp:
09/25/10 10:33:27 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v87 v88  
    6464These can be set via [http://127.0.0.1:8000/sahana/admin/setting/1/update]
    6565 * 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)
    7066
    7167In time these will be configured by [wiki:BluePrintWebSetup Web Setup].
     
    209205 * Bytecode compile the application:
    210206{{{
    211 w2p
    212 from gluon.admin import *
    213 app_compile("eden", request)
     207cd /home/web2py
     208python web2py.py -S eden -M -R applications/eden/static/scripts/tools/compile.py
    214209}}}
    215210 * Disable DB prepopulation in {{{000_config.py}}}: deployment_settings.base.prepopulate = False