| 1 | == Configuration Guidelines == |
| 2 | |
| 3 | === {{{favicon.ico}}} & {{{robots.txt}}} === |
| 4 | These can be provided via 2 different means: |
| 5 | * mod_rewrite |
| 6 | * {{{web2py/routes.py}}}: copy {{{routes.example.py}}} & edit |
| 7 | |
| 8 | === Configurable Options === |
| 9 | These 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. |