diff -r eb11f0116216 -r ac11fee16880 urls.py --- a/urls.py Wed Sep 02 19:43:43 2009 +0530 +++ b/urls.py Wed Sep 02 10:38:24 2009 -0400 @@ -14,7 +14,7 @@ # Uncomment the next line to enable the admin: # (r'^admin/(.*)', admin.site.root), - (r'^$','upload.views.upload_file'), + (r'^$','spoken_tut.upload.views.upload_file'), (r'^download/$','spoken_tut.upload.views.file_archive'), (r'^(?P.*)$', 'django.views.static.serve', {'document_root': 'template/'}), )