Mercurial > public > bravenewsurf
view bns_website/settings/bob.py @ 75:b4c5b04c4209
Fix some validation problems (extra </div>, "px" in image size & width). Made the headlines bigger.
Ferenc didn't want the track listing centered over the 2 columns.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 23 Nov 2011 21:14:49 -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', }, }