summaryrefslogtreecommitdiffstats
path: root/settings_local.py.dist
blob: 136d4bdd3491bfdd5260c35387141b168f1744fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# encoding:utf-8
import os.path
<<<<<<< HEAD:settings_local.py.dist
=======
from django.utils.translation import ugettext as _

>>>>>>> evgenyfadeev/master:settings_local.py.dist
SITE_SRC_ROOT = os.path.dirname(__file__) 
LOG_FILENAME = 'django.lanai.log'
 
#for logging
import logging
logging.basicConfig(filename=os.path.join(SITE_SRC_ROOT, 'log', LOG_FILENAME), level=logging.DEBUG,)
<<<<<<< HEAD:settings_local.py.dist
 
DATABASE_NAME = ''             # Or path to database file if using sqlite3.
DATABASE_USER = ''               # Not used with sqlite3.
DATABASE_PASSWORD = ''               # Not used with sqlite3.
DATABASE_ENGINE = ''  #mysql, etc
<<<<<<< HEAD:settings_local.py.dist
=======

#ADMINS and MANAGERS
ADMINS = (('Forum Admin', 'forum@example.com'),)
MANAGERS = ADMINS

#DEBUG SETTINGS
DEBUG = False 
TEMPLATE_DEBUG = DEBUG
INTERNAL_IPS = ('127.0.0.1',)

DATABASE_NAME = 'cnprog'             # Or path to database file if using sqlite3.
DATABASE_USER = ''               # Not used with sqlite3.
DATABASE_PASSWORD = ''               # Not used with sqlite3.
DATABASE_ENGINE = 'mysql'  #mysql, etc
>>>>>>> evgenyfadeev/master:settings_local.py.dist

#Moved from settings.py for better organization. (please check it up to clean up settings.py)

=======
 
#Moved from settings.py for better organization. (please check it up to clean up settings.py)
 
>>>>>>> 6214863f362fd0702af79abaade0de6736d12e96:settings_local.py.dist
#email server settings
SERVER_EMAIL = ''
DEFAULT_FROM_EMAIL = ''
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
<<<<<<< HEAD:settings_local.py.dist
EMAIL_SUBJECT_PREFIX = '[cnprog.com]'
EMAIL_HOST='smtp.gmail.com'
EMAIL_PORT='587'
EMAIL_USE_TLS=True
<<<<<<< HEAD:settings_local.py.dist
=======
EMAIL_SUBJECT_PREFIX = '[CNPROG] '
EMAIL_HOST='cnprog.com'
EMAIL_PORT='25'
EMAIL_USE_TLS=False
>>>>>>> evgenyfadeev/master:settings_local.py.dist

#LOCALIZATIONS
TIME_ZONE = 'America/Tijuana'

###########################
#
#   this will allow running your forum with url like http://site.com/forum
#
#   FORUM_SCRIPT_ALIAS = 'forum/'
#
FORUM_SCRIPT_ALIAS = '' #no leading slash, default = '' empty string


=======
 
#LOCALIZATIONS
TIME_ZONE = 'Asia/Chongqing Asia/Chungking'
# LANGUAGE_CODE = 'en-us'
 
>>>>>>> 6214863f362fd0702af79abaade0de6736d12e96:settings_local.py.dist
#OTHER SETTINGS
<<<<<<< HEAD:settings_local.py.dist
APP_TITLE = u'CNProg.com 程序员问答社区'
APP_KEYWORDS = u'技术问答社区,中国程序员,编程技术社区,程序员社区,程序员论坛,程序员wiki,程序员博客'
APP_DESCRIPTION = u'中国程序员的编程技术问答社区。我们做专业的、可协作编辑的技术问答社区。'
APP_INTRO = u' <p>CNProg是一个<strong>面向程序员</strong>的可协作编辑的<strong>开放源代码问答社区</strong>。</p><p> 您可以在这里提问各类<strong>程序技术问题</strong> - 问题不分语言和平台。 同时也希望您对力所能及的问题,给予您的宝贵答案。</p>'
APP_COPYRIGHT = 'Copyright CNPROG.COM 2009'
<<<<<<< HEAD:settings_local.py.dist
=======
APP_TITLE = u'CNPROG Q&A Forum'
APP_KEYWORDS = u'CNPROG,forum,community'
APP_DESCRIPTION = u'Ask and answer questions.'
APP_INTRO = u'<p>Ask and answer questions, make the world better!</p>'
APP_COPYRIGHT = 'Copyright CNPROG, 2009. Some rights reserved under creative commons license.'
LOGIN_URL = '/%s%s%s' % (FORUM_SCRIPT_ALIAS,'account/','signin/')
GREETING_URL = LOGIN_URL #may be url of "faq" page or "about", etc
>>>>>>> evgenyfadeev/master:settings_local.py.dist

=======
 
>>>>>>> 6214863f362fd0702af79abaade0de6736d12e96:settings_local.py.dist
USE_I18N = True
LANGUAGE_CODE = 'en'
EMAIL_VALIDATION = 'off' #string - on|off
MIN_USERNAME_LENGTH = 1
EMAIL_UNIQUE = False
APP_URL = 'http://cnprog.com' #used by email notif system and RSS
GOOGLE_SITEMAP_CODE = '55uGNnQVJW8p1bbXeF/Xbh9I7nZBM/wLhRz6N/I1kkA='
<<<<<<< HEAD:settings_local.py.dist
GOOGLE_ANALYTICS_KEY = ''
<<<<<<< HEAD:settings_local.py.dist
BOOKS_ON = True 
=======
GOOGLE_ANALYTICS_KEY = ''
>>>>>>> 6214863f362fd0702af79abaade0de6736d12e96:settings_local.py.dist
=======
BOOKS_ON = False 
WIKI_ON = True 
USE_EXTERNAL_LEGACY_LOGIN = False
EXTERNAL_LEGACY_LOGIN_HOST = 'login.cnprog.com'
EXTERNAL_LEGACY_LOGIN_PORT = 80
EXTERNAL_LEGACY_LOGIN_PROVIDER_NAME = '<span class="orange">CNPROG</span>'
FEEDBACK_SITE_URL = None #None or url

DJANGO_VERSION = 1.1
RESOURCE_REVISION=4

USE_SPHINX_SEARCH = True #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=('cnprog',) #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
>>>>>>> evgenyfadeev/master:settings_local.py.dist