removed unwanted things from urls.py.
authorShantanu <shantanu@fossee.in>
Mon, 25 Jan 2010 01:54:43 +0530
changeset 15 8e9e5d1bb830
parent 14 b4f4d4e8c03e
child 16 b5bc2bff3055
removed unwanted things from urls.py.
urls.py
--- a/urls.py	Mon Jan 25 01:51:38 2010 +0530
+++ b/urls.py	Mon Jan 25 01:54:43 2010 +0530
@@ -4,11 +4,8 @@
 admin.autodiscover()
 from django.contrib.auth.decorators import login_required
 
-from django.contrib import databrowse
 from upload.models import Participant
 
-databrowse.site.register(Participant)
-
 urlpatterns = patterns('',
     # Example:
     # (r'^ocr/', include('ocr.foo.urls')),