Mercurial > public > bravenewsurf
view bns_website/settings/bob.py @ 25:72bfeac8f4f3
Adding robots.txt.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 01 Nov 2011 18:22:34 -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', }, }