1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

added possibility to add branding to seahub

This commit is contained in:
Phillip Thelen
2013-04-15 04:01:28 -07:00
parent 89dc430f88
commit 87e68decaf
3 changed files with 19 additions and 4 deletions

View File

@@ -205,6 +205,14 @@ SITE_TITLE = 'Private Seafile'
SITE_BASE = 'http://seafile.com'
SITE_NAME = 'Seafile'
# Path to the Logo Imagefile (relative to the media path)
LOGO_PATH = 'img/logo.png'
# URL to which the logo links
LOGO_URL = SITE_BASE
# css to modify the seafile css
BRANDING_CSS = ''
# Using Django to server static file. Set to `False` if deployed behide a web
# server.
SERVE_STATIC = True