urls.py
changeset 37 40651a873f44
parent 36 0f10deac0a9b
child 38 7910ff503036
--- a/urls.py	Fri Feb 05 17:21:00 2010 +0530
+++ b/urls.py	Fri Feb 12 23:09:11 2010 +0530
@@ -38,5 +38,4 @@
     (r'^user/edit/?$', userViews.edit_my_profile),
     (r'^user/browse/?$', userViews.browse_users),
     
-    (r'^seed_db/$', seed_db),
 )