Changes between Version 1 and Version 2 of UserGuidelines/Admin/Configuration
- Timestamp:
- 06/23/13 22:04:44 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Admin/Configuration
v1 v2 3 3 4 4 Sahana Eden is a very powerful platform, however that power comes at a cost, which is it's complexity. 5 6 == Configuration File == 7 These options can be configured via text file: 8 {{{ 9 models/000_config.py 10 }}} 11 * Set the sender & approver emails: 12 {{{ 13 settings.mail.sender = "'Sahana' <sahana@my.org>" 14 settings.mail.approver = "sahana@my.org" 15 }}} 16 * Set the Authentication options 17 * Set the [UserGuidelines/Admin/Permissions Security Policy] 18 19 The full range of available options can be seen in: 20 {{{ 21 private/templates/default/config.py 22 }}} 5 23 6 24 == Web-based Administration == … … 11 29 * view Error Tickets 12 30 * raw database access 13 14 == Configuration File ==15 These options can be configured via text file:16 {{{17 models/000_config.py18 }}}19 * Set the Authentication options20 * Set the [UserGuidelines/Admin/Permissions Security Policy]21 22 The full range of avaialble options can be seen in:23 {{{24 private/templates/default/config.py25 }}}26 31 27 32 == Templates ==