SEESenv/web/hgbook/urls.py
changeset 16 2e3d2cadbcb6
parent 14 71038eb0e790
child 17 abf126e51dbc
--- a/SEESenv/web/hgbook/urls.py	Mon Feb 22 16:22:32 2010 +0530
+++ b/SEESenv/web/hgbook/urls.py	Mon Feb 22 17:09:17 2010 +0530
@@ -8,7 +8,7 @@
 feeds = {
     'comments': feeds.Comments,
     }
-
+print >> sys.stderr,"in urls.py"+os.path.dirname(sys.modules[__name__].__file__)
 urlpatterns = patterns('',
     (r'^comments/', include('hgbook.comments.urls')),
 
@@ -17,7 +17,7 @@
     (r'^$', 'hgbook.comments.views.index'), 
 
     (r'^search/', 'hgbook.comments.views.search'), 
-
+	
     # Only uncomment this for local testing without Apache.
      (r'^html/(?P<path>.*)$', 'django.views.static.serve',
      {'document_root': os.path.realpath(os.path.dirname(