urls.py
changeset 17 08a47999f316
parent 7 e49daa7af035
--- a/urls.py	Thu Sep 03 00:17:30 2009 +0530
+++ b/urls.py	Thu Sep 03 17:31:12 2009 +0530
@@ -16,6 +16,6 @@
     # Uncomment the next line to enable the admin:
     # (r'^admin/(.*)', admin.site.root),
 	(r'^$','spoken_tut.upload.views.upload_file'),
-	(r'^download/$','spoken_tut.upload.views.file_archive'),
+	(r'^submission/$','spoken_tut.upload.views.submission'),
 	(r'^(?P<path>.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT}),
 )