Revision dd8d34ae 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': 'database.sqlite',                      # Or path to database file if using sqlite3.
17
         # ATTENTION: This *must* be the absolute path if using sqlite3.
18
         # See: http://docs.djangoproject.com/en/dev/ref/settings/#name
19
        'NAME': '/FIX/ME/NOW/database.sqlite',
18 20
        'USER': '',                      # Not used with sqlite3.
19 21
        'PASSWORD': '',                  # Not used with sqlite3.
20 22
        'HOST': '',                      # Set to empty string for localhost. Not used with sqlite3.

Also available in: Unified diff