Mercurial > public > bravenewsurf
view bns_website/settings/bob.py @ 104:f00199f1524c
Changes for running in a virtualenv on the new server jaguar.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 09 Apr 2013 21:29:30 -0500 |
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', }, }