Skip to content

Commit

Permalink
Broken urls.py with python 3.5 and django 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SebCorbin authored Jul 25, 2016
1 parent 4d929bd commit f4cf9d9
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 f4cf9d9

Please sign in to comment.