specialunderwear / django-easymode

Quickly build backends for flash/flex websites with Django.
GNU General Public License v3.0
33 stars 20 forks source link

Fixed import for django 1.6 and above #20

Closed nnseva closed 9 years ago

nnseva commented 9 years ago

This fix just fixes import accordingly to http://stackoverflow.com/questions/19962736/django-import-error-no-module-named-django-conf-urls-defaults

The fix for new-style django calls for LinkedItemAdmin.change_view() has been added.