Revision a2110608 snf-branding/synnefo_branding/settings.py

b/snf-branding/synnefo_branding/settings.py
1 1
from django.conf import settings
2
from synnefo.util.version import get_component_version
2 3
import datetime
3 4

  
4 5
IMAGE_MEDIA_URL = settings.MEDIA_URL+'branding/images/'
......
16 17
COPYRIGHT_MESSAGE = getattr(settings, 'BRANDING_COPYRIGHT_MESSAGE', 
17 18
						    copyright_message)
18 19

  
20
# if True, copyright message is visible to footer
21
SHOW_COPYRIGHT = True
22

  
23
# if True, about, support and feeback links are displayed to Compute footer
24
EXTRA_FOOTER_LINKS = False
25

  
26

  
19 27
COMPANY_URL = getattr(settings, 'BRANDING_COMPANY_URL', 
20 28
						    'http://www.coolcompany.com')
21 29
SERVICE_NAME = getattr(settings, 'BRANDING_SERVICE_NAME', 'Synnefo')
......
42 50
							 'https://accounts.okeanos.grnet.gr/im/feedback ')
43 51
SERVICE_SUPPORT_URL = getattr(settings, 'BRANDING_SERVICE_SUPPORT_URL', 
44 52
							 'https://okeanos.grnet.gr/support/general/ ')
53
 
54
SYNNEFO_JS_LIB_VERSION = get_component_version('app')

Also available in: Unified diff