Skip to content

Commit 3cc36c0

Browse files
committed
revert urls.py changes
1 parent 500aa21 commit 3cc36c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fileupload/urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from django.conf.urls import patterns, url
1+
from django.conf.urls.defaults import patterns, url
22
from fileupload.views import PictureCreateView, PictureDeleteView
33

44
urlpatterns = patterns('',

urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from django.conf.urls import patterns, include, url
1+
from django.conf.urls.defaults import patterns, include, url
22
from django.http import HttpResponseRedirect
33

44
# Uncomment the next two lines to enable the admin:

0 commit comments

Comments
 (0)