Skip to content

Commit f3d32a8

Browse files
committed
default url route added
1 parent 31fab19 commit f3d32a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

urls.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
# Examples:
1010
# url(r'^$', 'upload.views.home', name='home'),
1111

12-
url(r'^$', redirect(‘url-name’)),
12+
13+
url(r'^$', redirect(‘url-name’)),
1314
url(r'^upload/', include('fileupload.urls')),
1415

1516
# Uncomment the admin/doc line below to enable admin documentation:

0 commit comments

Comments
 (0)