Skip to content

Commit

Permalink
Merge pull request #17 from SebCorbin/patch-1
Browse files Browse the repository at this point in the history
Broken urls.py with python 3.5 and django 1.9
  • Loading branch information
ouhouhsami authored Aug 21, 2016
2 parents 4d929bd + f4cf9d9 commit fdd3074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progressbarupload/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from django.conf.urls import url
from views import upload_progress
from progressbarupload.views import upload_progress

urlpatterns = [
url(r'^upload_progress$', upload_progress, name="upload_progress"),
Expand Down

0 comments on commit fdd3074

Please sign in to comment.