Switch to unified view

a/OSSEval/OSSEval/settings.py b/OSSEval/OSSEval/settings.py
1
# This Source Code Form of OSSEval is subject to the terms of the GNU AFFERO
2
# GENERAL PUBLIC LICENSE, v. 3.0. If a copy of the AGPL was not
3
# distributed with this file, You can obtain one at http://www.gnu.org/licenses/agpl.txt
4
#
5
# OSSeval is powered by the SOS Open Source AGPL edition.
6
#  The AGPL requires that you do not remove the SOS Open Source attribution and copyright 
7
#  notices from the user interface (see section 5.d below).
8
#  Commercial licenses are available and do not require any SOS Open Source attributions
9
#  or visible copyright notices but they are not permitted under this license.
10
11
# OSSEval Copyright 2014 Bitergium SLL
12
# SOS Open Source Copyright 2012 Roberto Galoppini
13
# Author: Davide Galletti 
14
15
1
"""
16
"""
2
Django settings for OSSEval project.
17
Django settings for OSSEval project.
3
18
4
For more information on this file, see
19
For more information on this file, see
5
https://docs.djangoproject.com/en/1.6/topics/settings/
20
https://docs.djangoproject.com/en/1.6/topics/settings/