We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fab19 commit f3d32a8Copy full SHA for f3d32a8
urls.py
@@ -9,7 +9,8 @@
9
# Examples:
10
# url(r'^$', 'upload.views.home', name='home'),
11
12
- url(r'^$', redirect(‘url-name’)),
+
13
+ url(r'^$', redirect(‘url-name’)),
14
url(r'^upload/', include('fileupload.urls')),
15
16
# Uncomment the admin/doc line below to enable admin documentation:
0 commit comments