abelardopardo / ontask_b

A platform offering teachers and educational designers the capacity to use data to personalise the learner experience.
https://ontasklearning.org
MIT License
42 stars 36 forks source link

v3.0 settings/base.py 'django.contrib.sessions.middleware.SessionMiddleware' load twice #89

Closed whol019 closed 5 years ago

whol019 commented 5 years ago

Hi Abelardo In version 3 I have difficulty to go to 'upload or merge data' page. After some test, found out the SessionMiddleware loaded twice in base.py MIDDLEWARE_CLASSES. Mark out the 2nd SessionMiddleware in base.py( line 142 ), then dataops/uploadmerge page load normally We are using custom remote user middleware. Hope this help Wen

abelardopardo commented 5 years ago

Fixed in V3.0.0