From 1d35d25b8ce9f3004eebd10d88757c5921dd686c Mon Sep 17 00:00:00 2001 From: hrcerqueira Date: Tue, 2 Mar 2010 19:24:19 +0000 Subject: Fixed the new question bug, removed some old stuff from settings files, and fixed the errors introduced by the "staticmethod" decorator removal. --- settings_local.py.dist | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'settings_local.py.dist') 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 = 'OSQA' 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 -- cgit v1.2.3-1-g7c22