summaryrefslogtreecommitdiffstats
path: root/settings_local.py.dist
diff options
context:
space:
mode:
authorhrcerqueira <hrcerqueira@gmail.com>2010-03-02 19:24:19 +0000
committerhrcerqueira <hrcerqueira@gmail.com>2010-03-02 19:24:19 +0000
commit1d35d25b8ce9f3004eebd10d88757c5921dd686c (patch)
tree32aa22f13161719c2452b51b181dd34f42d4ae12 /settings_local.py.dist
parent1b52d03f22f9ce224ee8355fe4489c326d19820c (diff)
downloadaskbot-1d35d25b8ce9f3004eebd10d88757c5921dd686c.tar.gz
askbot-1d35d25b8ce9f3004eebd10d88757c5921dd686c.tar.bz2
askbot-1d35d25b8ce9f3004eebd10d88757c5921dd686c.zip
Fixed the new question bug, removed some old stuff from settings files, and fixed the errors introduced by the "staticmethod" decorator removal.
Diffstat (limited to 'settings_local.py.dist')
-rwxr-xr-xsettings_local.py.dist18
1 files changed, 0 insertions, 18 deletions
diff --git a/settings_local.py.dist b/settings_local.py.dist
index 766c1a38..3169e940 100755
--- a/settings_local.py.dist
+++ b/settings_local.py.dist
@@ -78,33 +78,15 @@ EMAIL_UNIQUE = False
APP_URL = 'http://osqa.net' #used by email notif system and RSS
GOOGLE_SITEMAP_CODE = ''
GOOGLE_ANALYTICS_KEY = ''
-BOOKS_ON = False
WIKI_ON = True
-USE_EXTERNAL_LEGACY_LOGIN = False
-EXTERNAL_LEGACY_LOGIN_HOST = 'login.osqa.net'
-EXTERNAL_LEGACY_LOGIN_PORT = 80
-EXTERNAL_LEGACY_LOGIN_PROVIDER_NAME = '<span class="orange">OSQA</span>'
FEEDBACK_SITE_URL = None #None or url
EDITABLE_SCREEN_NAME = False #True or False - can user change screen name?
DJANGO_VERSION = 1.1
RESOURCE_REVISION=4
-USE_SPHINX_SEARCH = False #if True all SPHINX_* settings are required
-#also sphinx search engine and djangosphinxs app must be installed
-#sample sphinx configuration file is /sphinx/sphinx.conf
-SPHINX_API_VERSION = 0x113 #refer to djangosphinx documentation
-SPHINX_SEARCH_INDICES=('osqa',) #a tuple of index names remember about a comma after the
-#last item, especially if you have just one :)
-SPHINX_SERVER='localhost'
-SPHINX_PORT=3312
-
#please get these at recaptcha.net
RECAPTCHA_PRIVATE_KEY='...'
RECAPTCHA_PUBLIC_KEY='...'
OSQA_DEFAULT_SKIN = 'default'
-#Facebook settings
-USE_FB_CONNECT=False #make this True and fill out keys below
-FB_API_KEY='' #your api key from facebook
-FB_SECRET='' #your application secret