wardi / django-filebrowser-no-grappelli

django-filebrowser for default Django admin site. Based on https://github.com/sehmaschine/django-filebrowser v3.1 (before it was in git) Consider using https://github.com/smacker/django-filebrowser-no-grappelli which is based on a newer version
Other
150 stars 114 forks source link

Fix url imports for Django 1.6+ #59

Open lpomfrey opened 10 years ago

lpomfrey commented 10 years ago

Attempt to import url/patterns from the new django.conf.urls location before falling on the old django.conf.urls.defaults location.

Iv commented 10 years ago

Fix works as intended.