Revision 49026a89 snf-webproject/synnefo/webproject/settings/default/database.py

b/snf-webproject/synnefo/webproject/settings/default/database.py
6 6
    'default': {
7 7
        # Available values 'postgresql_psycopg2', 'postgresql','mysql',
8 8
        # 'sqlite3' or 'oracle'
9
        'ENGINE': 'sqlite3',
9
        'ENGINE': 'django.db.backends.sqlite3',
10 10

  
11 11
         # ATTENTION: This *must* be the absolute path if using sqlite3.
12 12
         # See: http://docs.djangoproject.com/en/dev/ref/settings/#name

Also available in: Unified diff