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
4f33f7ff
Commit
4f33f7ff
authored
Jan 03, 2013
by
ichuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
turn on tracking (helps with debugging)
parent
ff35d3e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
cms/envs/common.py
+7
-0
No files found.
cms/envs/common.py
View file @
4f33f7ff
...
@@ -172,6 +172,9 @@ LANGUAGE_CODE = 'en' # http://www.i18nguy.com/unicode/language-identi
...
@@ -172,6 +172,9 @@ LANGUAGE_CODE = 'en' # http://www.i18nguy.com/unicode/language-identi
USE_I18N
=
True
USE_I18N
=
True
USE_L10N
=
True
USE_L10N
=
True
# Tracking
TRACK_MAX_EVENT
=
10000
# Messages
# Messages
MESSAGE_STORAGE
=
'django.contrib.messages.storage.session.SessionStorage'
MESSAGE_STORAGE
=
'django.contrib.messages.storage.session.SessionStorage'
...
@@ -275,6 +278,10 @@ INSTALLED_APPS = (
...
@@ -275,6 +278,10 @@ INSTALLED_APPS = (
'auth'
,
'auth'
,
'student'
,
# misleading name due to sharing with lms
'student'
,
# misleading name due to sharing with lms
'course_groups'
,
# not used in cms (yet), but tests run
'course_groups'
,
# not used in cms (yet), but tests run
# tracking
'track'
,
# For asset pipelining
# For asset pipelining
'pipeline'
,
'pipeline'
,
'staticfiles'
,
'staticfiles'
,
...
...
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