Revision 2cc9d3a5 settings.py.dist

b/settings.py.dist
14 14
DATABASES = {
15 15
    'default': {
16 16
        'ENGINE': 'sqlite3', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
17
        'NAME': 'vasi.sqlite',                      # Or path to database file if using sqlite3.
17
        'NAME': 'database.sqlite',                      # Or path to database file if using sqlite3.
18 18
        'USER': '',                      # Not used with sqlite3.
19 19
        'PASSWORD': '',                  # Not used with sqlite3.
20 20
        'HOST': '',                      # Set to empty string for localhost. Not used with sqlite3.

Also available in: Unified diff