Skip to content

Support for Django>=1.7#1

Open
nauman3128 wants to merge 2 commits into
nauman3128:support-1.7from
debrouwere:master
Open

Support for Django>=1.7#1
nauman3128 wants to merge 2 commits into
nauman3128:support-1.7from
debrouwere:master

Conversation

@nauman3128

Copy link
Copy Markdown
Owner

Hi
Currently this package has no support for django>=1.7 there are some changes that needs to make it working in Django>=1.7. 1st thing in urls.py this line needs to be changed from
from django.conf.urls.defaults import *
to
from django.conf.urls import * or from django.conf.urls import patterns
2nd thing for django>=1.7
"The module django.utils.simplejson will be removed. The standard library provides json which should be used instead."
this line in views.py
import simplejson to import json also changes in code due to this change.

I have make changes in my branch please review that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants