Switch to unified view

a/OSSEval/OSSEval/settings.py b/OSSEval/OSSEval/settings.py
...
...
3
# distributed with this file, You can obtain one at http://www.gnu.org/licenses/agpl.txt
3
# distributed with this file, You can obtain one at http://www.gnu.org/licenses/agpl.txt
4
#
4
#
5
# OSSeval is powered by the SOS Open Source AGPL edition.
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 
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).
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
8
11
# OSSEval Copyright 2014 Bitergium SLL
9
# OSSEval Copyright 2014 Bitergium SLL
12
# SOS Open Source Copyright 2012 Roberto Galoppini
10
# SOS Open Source Copyright 2012 Roberto Galoppini
13
# Author: Davide Galletti 
11
# Author: Davide Galletti 
14
12
...
...
92
        'USER': 'osseval',
90
        'USER': 'osseval',
93
        'PASSWORD': 'osseval',
91
        'PASSWORD': 'osseval',
94
        'HOST': '127.0.0.1',
92
        'HOST': '127.0.0.1',
95
        'PORT': '3306',
93
        'PORT': '3306',
96
    },
94
    },
97
    'local_flossmole': {
95
    'flossmole': {
98
        'ENGINE': 'django.db.backends.mysql',
99
        'NAME': 'flossmole',
100
        'USER': 'flossmole',
101
        'PASSWORD': 'flossmole',
102
        'HOST': '127.0.0.1',
103
        'PORT': '3306',
104
    },
105
    'remote_flossmole': {
106
        'ENGINE': 'django.db.backends.mysql',
96
        'ENGINE': 'django.db.backends.mysql',
107
        'NAME': 'flossmole',
97
        'NAME': 'flossmole',
108
        'USER': 'flossmole',
98
        'USER': 'flossmole',
109
        'PASSWORD': 'flossmole',
99
        'PASSWORD': 'flossmole',
110
        'HOST': '127.0.0.1',
100
        'HOST': '127.0.0.1',