DSpeichert / cloudvcl

Cloud VCL - let your students use virtual environments for class/assignments
https://dspeichert.github.io/cloudvcl/
3 stars 1 forks source link

CSV upload page doesn't work #46

Closed DSpeichert closed 7 years ago

DSpeichert commented 7 years ago
TypeError at /courses/3/add_students
get() missing 1 required positional argument: 'request'
syavatkar commented 7 years ago

added request to obj.get() parameters . return super(CourseAddStudents, self).get(request)

DSpeichert commented 7 years ago

image

syavatkar commented 7 years ago

Aren't we using Python 3 not Python 2.7.

DSpeichert commented 7 years ago

Doesn't matter, we will support both as long as possible. We are actually deploying to Python 2.7.