Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Update Django and django-cors-headers version
Browse files Browse the repository at this point in the history
Update Django version to 1.10.5 and django-cors-headers to 1.3.1 to get rid of the exception 

mw_instance = middleware(handler)
TypeError: object() takes no parameters

on runing python manage.py runserver
  • Loading branch information
priyadhoundiyal authored Apr 24, 2017
1 parent 7ecae49 commit 2363ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==1.10
django-cors-middleware==1.2.0
Django==1.10.5
django-cors-middleware==1.3.1
django-extensions==1.7.1
djangorestframework==3.4.4
PyJWT==1.4.2
Expand Down

0 comments on commit 2363ab0

Please sign in to comment.