[Debconf-video-commits] r372 - package/branches/pycon09/src/debconfvideo/web

benh at alioth.debian.org benh at alioth.debian.org
Sat Mar 21 19:20:38 UTC 2009


Author: benh
Date: 2009-03-21 19:20:38 +0000 (Sat, 21 Mar 2009)
New Revision: 372

Modified:
   package/branches/pycon09/src/debconfvideo/web/urls.py
Log:
Remove redundant comments.


Modified: package/branches/pycon09/src/debconfvideo/web/urls.py
===================================================================
--- package/branches/pycon09/src/debconfvideo/web/urls.py	2009-03-21 19:20:03 UTC (rev 371)
+++ package/branches/pycon09/src/debconfvideo/web/urls.py	2009-03-21 19:20:38 UTC (rev 372)
@@ -20,15 +20,6 @@
 ''')
 
 urlpatterns = patterns('',
-    # Example:
-    # (r'^web/', include('web.foo.urls')),
-
-    # Uncomment the admin/doc line below and add 'django.contrib.admindocs' 
-    # to INSTALLED_APPS to enable admin documentation:
-    # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
-
-    # Uncomment the next line to enable the admin:
-    (r'^admin/(.*)', admin.site.root),
-
     (r'^$', front_page),
+    (r'^admin/(.*)', admin.site.root),
 )




More information about the Debconf-video-commits mailing list