Version 4 (modified by 10 years ago) ( diff ) | ,
---|
Admin Guide: Configuration
Table of Contents
Sahana Eden is a very powerful platform, however that power comes at a cost, which is it's complexity.
Configuration File
These options can be configured via text file:
models/000_config.py
- Set the sender & approver emails:
settings.mail.sender = "'Sahana' <sahana@my.org>" settings.mail.approver = "sahana@my.org"
- Set the Authentication options
- Set the Security Policy
The full range of available options can be seen in:
modules/templates/default/config.py
Web-based Administration
These options can be configured through the web based interface:
- Administration of Users & Roles
- SMS Gateway
- Synchronisation
- view Error Tickets
- raw database access
Templates
These options can be configured by creating a custom Template:
- Configuration for fresh installs including PrePopulate options
- Menus
- Theme
- Custom Pages
See Also
Note:
See TracWiki
for help on using the wiki.