ouhouhsami / django-progressbarupload

Progress bar upload for Django
BSD 3-Clause "New" or "Revised" License
88 stars 67 forks source link

Broken urls.py with python 3.5 and django 1.9 #17

Closed SebCorbin closed 8 years ago

SebCorbin commented 8 years ago
  File "/Users/sebcorbin/.virtualenvs/planexo-py3/lib/python3.5/site-packages/progressbarupload/urls.py", line 3, in <module>
    from views import upload_progress
ImportError: No module named 'views'
thorink commented 8 years ago

I ran in this issue too. Would be great if it is going to be merged.

SebCorbin commented 8 years ago

Is it possible to release a version with that fix?