abourget / gevent-socketio

Official repository for gevent-socketio
http://readthedocs.org/docs/gevent-socketio/en/latest/
BSD 3-Clause "New" or "Revised" License
1.21k stars 330 forks source link

Django 1.10 Support #245

Closed RevolutionTech closed 8 years ago

RevolutionTech commented 8 years ago

django.conf.urls.patterns was deprecated in Django 1.8 and removed in Django 1.10. It is now preferred to simply have a list of django.conf.urls.url() instances.

Currently, django.conf.urls.patterns is imported in sdjango.py.

Ref: https://docs.djangoproject.com/en/1.10/releases/1.8/#django-conf-urls-patterns