summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore1
-rwxr-xr-xrun1
-rwxr-xr-xsettings_local.py.dist2
3 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1d38f083..b5938208 100755
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,5 @@ pip-log.txt
*.zip
tmp/*
load
-run
forum/skins/default/media/js/flot
forum/skins/common/media/js/closure/google-closure
diff --git a/run b/run
new file mode 100755
index 00000000..06279161
--- /dev/null
+++ b/run
@@ -0,0 +1 @@
+python manage.py runserver `hostname -i`:8000
diff --git a/settings_local.py.dist b/settings_local.py.dist
index 96956668..137ad6ec 100755
--- a/settings_local.py.dist
+++ b/settings_local.py.dist
@@ -101,6 +101,8 @@ FB_SECRET='' #your application secret
USE_EXTERNAL_LEGACY_LOGIN = False #DO NOT USE, and do not delete this line, will be removed later
#counter colors
+from forum_modules.grapefruit import Color
+VOTE_COUNTER_EXPECTED_MAXIMUM = 5
COLORS_VOTE_COUNTER_EMPTY_BG = 'white'
COLORS_VOTE_COUNTER_EMPTY_FG = 'gray'
COLORS_VOTE_COUNTER_MIN_BG = 'white'