summaryrefslogtreecommitdiffstats
path: root/askbot/deps/livesettings/__init__.py
blob: 49aaacc9c5b5f5c9597c96fa3dc32338d894fc4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"""Database persistent administrative settings with defaults.

This code is a large fork of the excellent "dbsettings" code found at
http://code.google.com/p/django-values/

The items set here are intended to be changeable during runtime, and do not require a 
programmer to test or install.

Appropriate:  Your google code for adwords.
Inappropriate: The keyedcache timeout for the store.

"""

from functions import *
from models import *
from values import *