view bns_website/settings/bob.py @ 35:5992b6b1bcd2

Fix out of date comments and test names in bands and reviews.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Nov 2011 13:55:16 -0600
parents 40d86ae48db1
children
line wrap: on
line source
from settings.base import *
from settings.local import *

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': 'test.db',
    },
}