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
eb04ba2e
Commit
eb04ba2e
authored
Feb 13, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix translator's guide link
various pylint fixes
parent
7da15ea1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
lms/envs/common.py
+10
-5
No files found.
lms/envs/common.py
View file @
eb04ba2e
...
@@ -91,7 +91,7 @@ FEATURES = {
...
@@ -91,7 +91,7 @@ FEATURES = {
'SUBDOMAIN_BRANDING'
:
False
,
'SUBDOMAIN_BRANDING'
:
False
,
'FORCE_UNIVERSITY_DOMAIN'
:
False
,
# set this to the university domain to use, as an override to HTTP_HOST
'FORCE_UNIVERSITY_DOMAIN'
:
False
,
# set this to the university domain to use, as an override to HTTP_HOST
# set to None to do no university selection
# set to None to do no university selection
# for consistency in user-experience, keep the value of the following 3 settings
# for consistency in user-experience, keep the value of the following 3 settings
# in sync with the corresponding ones in cms/envs/common.py
# in sync with the corresponding ones in cms/envs/common.py
...
@@ -241,7 +241,12 @@ FEATURES = {
...
@@ -241,7 +241,12 @@ FEATURES = {
# only edX superusers can perform the downloads)
# only edX superusers can perform the downloads)
'ALLOW_COURSE_STAFF_GRADE_DOWNLOADS'
:
False
,
'ALLOW_COURSE_STAFF_GRADE_DOWNLOADS'
:
False
,
'ENABLED_PAYMENT_REPORTS'
:
[
"refund_report"
,
"itemized_purchase_report"
,
"university_revenue_share"
,
"certificate_status"
],
'ENABLED_PAYMENT_REPORTS'
:
[
"refund_report"
,
"itemized_purchase_report"
,
"university_revenue_share"
,
"certificate_status"
],
# Turn off account locking if failed login attempts exceeds a limit
# Turn off account locking if failed login attempts exceeds a limit
'ENABLE_MAX_FAILED_LOGIN_ATTEMPTS'
:
True
,
'ENABLE_MAX_FAILED_LOGIN_ATTEMPTS'
:
True
,
...
@@ -838,7 +843,7 @@ LOCALE_PATHS = (REPO_ROOT + '/conf/locale',) # edx-platform/conf/locale/
...
@@ -838,7 +843,7 @@ LOCALE_PATHS = (REPO_ROOT + '/conf/locale',) # edx-platform/conf/locale/
MESSAGE_STORAGE
=
'django.contrib.messages.storage.session.SessionStorage'
MESSAGE_STORAGE
=
'django.contrib.messages.storage.session.SessionStorage'
# Guidelines for translators
# Guidelines for translators
TRANSLATORS_GUIDE
=
'http
s://github.com/edx/edx-platform/blob/master/docs/en_us/developers/source/i18n_translators_guide.rst'
TRANSLATORS_GUIDE
=
'http
://edx.readthedocs.org/projects/edx-developer-guide/en/latest/internationalization/i18n_translators_guide.html'
# pylint: disable=line-too-long
#################################### GITHUB #######################################
#################################### GITHUB #######################################
# gitreload is used in LMS-workflow to pull content from github
# gitreload is used in LMS-workflow to pull content from github
...
@@ -1250,8 +1255,8 @@ PIPELINE_CSS = {
...
@@ -1250,8 +1255,8 @@ PIPELINE_CSS = {
}
}
common_js
=
set
(
rooted_glob
(
COMMON_ROOT
/
'static'
,
'coffee/src/**/*.js'
))
-
set
(
courseware_js
+
discussion_js
+
staff_grading_js
+
open_ended_js
+
notes_js
+
instructor_dash_js
)
common_js
=
set
(
rooted_glob
(
COMMON_ROOT
/
'static'
,
'coffee/src/**/*.js'
))
-
set
(
courseware_js
+
discussion_js
+
staff_grading_js
+
open_ended_js
+
notes_js
+
instructor_dash_js
)
# pylint: disable=line-too-long
project_js
=
set
(
rooted_glob
(
PROJECT_ROOT
/
'static'
,
'coffee/src/**/*.js'
))
-
set
(
courseware_js
+
discussion_js
+
staff_grading_js
+
open_ended_js
+
notes_js
+
instructor_dash_js
)
project_js
=
set
(
rooted_glob
(
PROJECT_ROOT
/
'static'
,
'coffee/src/**/*.js'
))
-
set
(
courseware_js
+
discussion_js
+
staff_grading_js
+
open_ended_js
+
notes_js
+
instructor_dash_js
)
# pylint: disable=line-too-long
PIPELINE_JS
=
{
PIPELINE_JS
=
{
...
...
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