Skip to content

Commit c3de83c

Browse files
committed
Update urls.py to import patterns, url (not *)
1 parent db499d4 commit c3de83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fileupload/urls.py

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

44
urlpatterns = patterns('',

0 commit comments

Comments
 (0)