aisayko / Django-tinymce-filebrowser

Simple django-based file uploader and viewer for TinyMCE
MIT License
35 stars 32 forks source link

add django 1.6 compatibility #8

Closed vint21h closed 10 years ago

vint21h commented 10 years ago

In Django==1.6 django.conf.urls.defaults removed. The functions include(), patterns() and url() plus handler404, handler500, are now available through django.conf.urls . So i added workaround to save compatibility with old and new django versions.

aisayko commented 10 years ago

Thank You!