summaryrefslogtreecommitdiffstats
path: root/forum/deps/livesettings/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/deps/livesettings/__init__.py')
-rw-r--r--forum/deps/livesettings/__init__.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/forum/deps/livesettings/__init__.py b/forum/deps/livesettings/__init__.py
new file mode 100644
index 00000000..49aaacc9
--- /dev/null
+++ b/forum/deps/livesettings/__init__.py
@@ -0,0 +1,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 * \ No newline at end of file