Statistics
| Branch: | Tag: | Revision:

root / snf-branding / synnefo_branding / synnefo_settings.py @ 9a7d0680

History | View | Annotate | Download (1.7 kB)

1 9d889386 Olga Brani
# Copyright 2011-2013 GRNET S.A. All rights reserved.
2 9d889386 Olga Brani
#
3 9d889386 Olga Brani
# Redistribution and use in source and binary forms, with or
4 9d889386 Olga Brani
# without modification, are permitted provided that the following
5 9d889386 Olga Brani
# conditions are met:
6 9d889386 Olga Brani
#
7 9d889386 Olga Brani
#   1. Redistributions of source code must retain the above
8 9d889386 Olga Brani
#      copyright notice, this list of conditions and the following
9 9d889386 Olga Brani
#      disclaimer.
10 9d889386 Olga Brani
#
11 9d889386 Olga Brani
#   2. Redistributions in binary form must reproduce the above
12 9d889386 Olga Brani
#      copyright notice, this list of conditions and the following
13 9d889386 Olga Brani
#      disclaimer in the documentation and/or other materials
14 9d889386 Olga Brani
#      provided with the distribution.
15 9d889386 Olga Brani
#
16 9d889386 Olga Brani
# THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
17 9d889386 Olga Brani
# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 9d889386 Olga Brani
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19 9d889386 Olga Brani
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
20 9d889386 Olga Brani
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 9d889386 Olga Brani
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 9d889386 Olga Brani
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23 9d889386 Olga Brani
# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
24 9d889386 Olga Brani
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 9d889386 Olga Brani
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
26 9d889386 Olga Brani
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 9d889386 Olga Brani
# POSSIBILITY OF SUCH DAMAGE.
28 9d889386 Olga Brani
#
29 9d889386 Olga Brani
# The views and conclusions contained in the software and
30 9d889386 Olga Brani
# documentation are those of the authors and should not be
31 9d889386 Olga Brani
# interpreted as representing official policies, either expressed
32 9d889386 Olga Brani
# or implied, of GRNET S.A.
33 9d889386 Olga Brani
#
34 9d889386 Olga Brani
35 9d889386 Olga Brani
36 9d889386 Olga Brani
"""
37 9d889386 Olga Brani
Django settings metadata. To be used in setup.py snf-webproject entry points.
38 9d889386 Olga Brani
"""
39 9d889386 Olga Brani
40 9d889386 Olga Brani
installed_apps = ['synnefo_branding'] 
41 9d889386 Olga Brani
context_processors = ['synnefo_branding.context_processors.branding']
42 9d889386 Olga Brani
static_files = {'synnefo_branding': ''}