Changes between Initial Version and Version 1 of ConfigurationGuidelines


Ignore:
Timestamp:
01/10/09 11:28:24 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v1 v1  
     1== Configuration Guidelines ==
     2
     3=== {{{favicon.ico}}} & {{{robots.txt}}} ===
     4These can be provided via 2 different means:
     5 * mod_rewrite
     6 * {{{web2py/routes.py}}}: copy {{{routes.example.py}}} & edit
     7
     8=== Configurable Options ===
     9These can be set via [http://127.0.0.1:8000/sahana/appadmin/update/db/default_setting/1 appadmin]
     10 * If you want to improve performance then deselect the 'Debug' option.
     11 * If you want to disable Self-Registration then deselect the 'Enable Self-Registration' option.