joestump / django-ajax

A simple framework for creating AJAX endpoints in Django.
http://github.com/joestump/django-ajax
BSD 3-Clause "New" or "Revised" License
260 stars 54 forks source link

Python 3 compatible? #67

Closed midnightlynx closed 8 years ago

midnightlynx commented 9 years ago

Django-ajax works only with python 2.x, and breaks badly under python 3.

midnightlynx commented 9 years ago

PR submitted to fix this.

nicholasserra commented 8 years ago

Fixed in #69