Allow changing the project's website from a settings option. Update the default mailer templates to take the project title and website from the configuration settings.

This commit is contained in:
Roberto Rosario
2015-07-17 01:53:59 -04:00
parent 68c718fe4c
commit fb824c6ee1
3 changed files with 34 additions and 2 deletions

View File

@@ -151,6 +151,7 @@ STATIC_URL = '/static/'
TEMPLATE_DEBUG = True
PROJECT_TITLE = 'Mayan EDMS'
PROJECT_NAME = 'mayan'
PROJECT_WEBSITE = 'http://www.mayan-edms.com'
LANGUAGES = (
('ar', _('Arabic')),