hgbook

changeset 888:b0c90ac052cc

Fix mismatched parenthesis in the main urls definition.
author dukebody <dukebody@gmail.com>
date Sun Oct 11 20:15:54 2009 +0200 (2009-10-11)
parents 3a8e7acc026a
children 366e5cfe9529
files web/hgbook/urls.py
line diff
     1.1 --- a/web/hgbook/urls.py	Thu Sep 10 14:52:11 2009 -0700
     1.2 +++ b/web/hgbook/urls.py	Sun Oct 11 20:15:54 2009 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4      # Only uncomment this for local testing without Apache.
     1.5      # (r'^html/(?P<path>.*)$', 'django.views.static.serve',
     1.6      # {'document_root': os.path.realpath(os.path.dirname(
     1.7 -    #    sys.modules[__name__].__file__) + '/../../en/html'),
     1.8 +    #    sys.modules[__name__].__file__) + '/../../en/html')}),
     1.9  
    1.10      # Uncomment this for admin:
    1.11      (r'^admin/(.*)', admin.site.root),