X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fweb-cmd.py;h=4bcc5480dac13eecfed75bc5f6b4ff50c92f36c7;hb=9fce16ff68357c6b41bed94c5be2ed985dccb9d7;hp=d0ca73046f433f8fc274a5fab7b973c997c43a2a;hpb=91eb5521829376b4ee4e5cb872965583336d7416;p=bup.git diff --git a/cmd/web-cmd.py b/cmd/web-cmd.py index d0ca730..4bcc548 100755 --- a/cmd/web-cmd.py +++ b/cmd/web-cmd.py @@ -178,6 +178,7 @@ top = vfs.RefList(None) settings = dict( debug = 1, template_path = resource_path('web'), + static_path = resource_path('web/static') ) # Disable buffering on stdout, for debug messages