diff -r f2383fee6584 -r 2e3d2cadbcb6 SEESenv/web/hgbook/urls.py --- 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.*)$', 'django.views.static.serve', {'document_root': os.path.realpath(os.path.dirname(