diff -r a5bbfbe5feb1 -r 08a47999f316 urls.py --- 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.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT}), )