Revision f3787696 snf-common/synnefo/settings/test.py

b/snf-common/synnefo/settings/test.py
8 8

  
9 9
DATABASES = {
10 10
    'default': {
11
        'ENGINE': 'sqlite3',
12
        'NAME': '/tmp/synnefo_test_db.sqlite',
11
        #'ENGINE': 'django.db.backends.sqlite3',
12
        #'NAME': '/tmp/synnefo_test_db.sqlite',
13

  
14
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
15
        'NAME': 'pithos',
16
        'USER': 'postgres',
17
        'PORT': '5432',
13 18
    }
14 19
}
15 20

  

Also available in: Unified diff