Revision 4691814d snf-webproject/synnefo/webproject/settings/default/database.py

b/snf-webproject/synnefo/webproject/settings/default/database.py
8 8
        # 'sqlite3' or 'oracle'
9 9
        'ENGINE': 'sqlite3',
10 10

  
11
         # ATTENTION: This *must* be the absolute path if using sqlite3.
12
         # See: http://docs.djangoproject.com/en/dev/ref/settings/#name
11
        # ATTENTION: This *must* be the absolute path if using sqlite3.
12
        # See: http://docs.djangoproject.com/en/dev/ref/settings/#name
13 13
        'NAME': '/usr/share/synnefo/synnefo_database.sqlite',
14 14

  
15 15
        'USER': '',                      # Not used with sqlite3.
......
29 29
        #}
30 30
    }
31 31
}
32

  

Also available in: Unified diff