urls.py
changeset 4 ac11fee16880
parent 2 4d2bbb2f3c4e
child 5 962b45987a02
--- 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<path>.*)$', 'django.views.static.serve', {'document_root': 'template/'}),
 )