ppetrid / yawd-elfinder

An elfinder-based file management solution for Django
Other
45 stars 24 forks source link

ElfinderConnectorView and post request when debug false #24

Closed VladimirPal closed 11 years ago

VladimirPal commented 11 years ago

Hello! For what you do this?:

# elfinder/views.py
        if not settings.DEBUG and not self.request.is_ajax():
            raise Http404

When elfinder post file, it's not ajax request Screenshot_21 03 13_15_31

ghost commented 11 years ago

Just curious, what was the problem after all?

VladimirPal commented 11 years ago

Issue is not solved. I accidentally created two issues and close this one. That is an open issue https://github.com/yawd/yawd-elfinder/issues/25