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
e90d3211
Commit
e90d3211
authored
Nov 07, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comments, whitespace from review.
parent
ab0e7cf4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
common/djangoapps/student/management/commands/pearson_export_ead.py
+0
-12
common/djangoapps/student/views.py
+2
-0
No files found.
common/djangoapps/student/management/commands/pearson_export_ead.py
View file @
e90d3211
...
@@ -57,18 +57,6 @@ class Command(BaseCommand):
...
@@ -57,18 +57,6 @@ class Command(BaseCommand):
writer
.
writerow
(
record
)
writer
.
writerow
(
record
)
def
reset_sample_data
(
self
):
def
reset_sample_data
(
self
):
def
make_sample
(
**
kwargs
):
def
make_sample
(
**
kwargs
):
data
=
dict
((
model_field
,
kwargs
.
get
(
model_field
,
""
))
data
=
dict
((
model_field
,
kwargs
.
get
(
model_field
,
""
))
...
...
common/djangoapps/student/views.py
View file @
e90d3211
...
@@ -775,6 +775,8 @@ def accept_name_change(request):
...
@@ -775,6 +775,8 @@ def accept_name_change(request):
return
accept_name_change_by_id
(
int
(
request
.
POST
[
'id'
]))
return
accept_name_change_by_id
(
int
(
request
.
POST
[
'id'
]))
# TODO: This is a giant kludge to give Pearson something to test against ASAP.
# Will need to get replaced by something that actually ties into TestCenterUser
@csrf_exempt
@csrf_exempt
def
test_center_login
(
request
):
def
test_center_login
(
request
):
if
not
settings
.
MITX_FEATURES
.
get
(
'ENABLE_PEARSON_HACK_TEST'
):
if
not
settings
.
MITX_FEATURES
.
get
(
'ENABLE_PEARSON_HACK_TEST'
):
...
...
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