Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
e3d936ad
Commit
e3d936ad
authored
Feb 07, 2012
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
d44a81f4
f79fb4f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
+12
-1
settings_new_askbot.py
+12
-1
No files found.
settings_new_askbot.py
View file @
e3d936ad
...
@@ -210,7 +210,7 @@ LOGGING = {
...
@@ -210,7 +210,7 @@ LOGGING = {
'level'
:
'INFO'
'level'
:
'INFO'
},
},
'tracking'
:
{
'tracking'
:
{
'handlers'
:
[],
# handlers,
'handlers'
:
[]
if
DEBUG
else
[
'syslogger'
]
,
# handlers,
'level'
:
'DEBUG'
,
'level'
:
'DEBUG'
,
'propagate'
:
False
,
'propagate'
:
False
,
},
},
...
@@ -328,6 +328,17 @@ INSTALLED_APPS = INSTALLED_APPS + (
...
@@ -328,6 +328,17 @@ INSTALLED_APPS = INSTALLED_APPS + (
LIVESETTINGS_OPTIONS
=
{
LIVESETTINGS_OPTIONS
=
{
1
:
{
1
:
{
'SETTINGS'
:
{
'SETTINGS'
:
{
'FORUM_DATA_RULES'
:
{
'MIN_TITLE_LENGTH'
:
1
,
'MIN_QUESTION_BODY_LENGTH'
:
1
,
'MIN_ANSWER_BODY_LENGTH'
:
1
,
# 'ENABLE_VIDEO_EMBEDDING' : True,
#
# Enabling video requires forked version of markdown
# pip uninstall markdown2
# pip install -e git+git://github.com/andryuha/python-markdown2.git#egg=markdown2
},
'MIN_REP'
:
{
'MIN_REP'
:
{
'MIN_REP_TO_VOTE_UP'
:
1
,
'MIN_REP_TO_VOTE_UP'
:
1
,
'MIN_REP_TO_UPLOAD_FILES'
:
1
,
'MIN_REP_TO_UPLOAD_FILES'
:
1
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment