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
b6d9ef3e
Commit
b6d9ef3e
authored
Aug 20, 2014
by
Ben McMorran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More PEP8/pylint cleanup
parent
883aedb5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
cms/djangoapps/contentstore/tests/test_course_create_rerun.py
+0
-1
cms/djangoapps/contentstore/views/course.py
+0
-2
cms/envs/devstack.py
+0
-7
No files found.
cms/djangoapps/contentstore/tests/test_course_create_rerun.py
View file @
b6d9ef3e
...
...
@@ -41,7 +41,6 @@ class TestCourseListing(ModuleStoreTestCase):
for
role
in
[
CourseInstructorRole
,
CourseStaffRole
]:
role
(
self
.
source_course_key
)
.
add_users
(
self
.
user
)
def
tearDown
(
self
):
"""
Reverse the setup
...
...
cms/djangoapps/contentstore/views/course.py
View file @
b6d9ef3e
...
...
@@ -29,8 +29,6 @@ from opaque_keys.edx.locations import Location
from
opaque_keys.edx.keys
import
CourseKey
from
django_future.csrf
import
ensure_csrf_cookie
from
util.json_request
import
JsonResponse
from
edxmako.shortcuts
import
render_to_response
from
contentstore.course_info_model
import
get_course_updates
,
update_course_updates
,
delete_course_update
from
contentstore.utils
import
(
add_instructor
,
...
...
cms/envs/devstack.py
View file @
b6d9ef3e
...
...
@@ -38,15 +38,8 @@ FEATURES['ALLOW_ALL_ADVANCED_COMPONENTS'] = True
################################# CELERY ######################################
# By default don't use a worker, execute tasks as if they were local functions
# TODO BEWARE: UNCOMMENT THIS BEFORE MERGING INTO MASTER
CELERY_ALWAYS_EAGER
=
True
# TODO BEWARE: DO NOT COMMIT THE REST OF THIS SECTION INTO MASTER - FOR LOCAL TESTING ONLY
# Test with Celery threads
# CELERY_ALWAYS_EAGER = False
# BROKER_URL = 'redis://'
################################ COURSE RERUNS ################################
FEATURES
[
'ALLOW_COURSE_RERUNS'
]
=
True
...
...
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