Roundup Tracker - Issues

Message6510

Author ber
Recipients ber, rouilj, tekberg, tmikk
Date 2019-06-03.14:36:10
Message-id <1559572570.81.0.0716488299242.issue2551029@roundup.psfhosted.org>
In-reply-to
Okay, I can get something rendered when changing to

template_engine = jinja2

so the initialisation progess did not set the right template_engine.
Also missing are the static files needed, there is no css and no javascript:


127.0.0.1 - - [03/Jun/2019 14:33:59] "GET /support/ HTTP/1.1" 200 -
127.0.0.1 - - [03/Jun/2019 14:33:59] code 404, message
/support/@@file/style.css
127.0.0.1 - - [03/Jun/2019 14:33:59] "GET /support/@@file/style.css
HTTP/1.1" 404 -
127.0.0.1 - - [03/Jun/2019 14:33:59] code 404, message
/support/@@file/bootstrap.min.css
127.0.0.1 - - [03/Jun/2019 14:33:59] "GET
/support/@@file/bootstrap.min.css HTTP/1.1" 404 -
127.0.0.1 - - [03/Jun/2019 14:33:59] code 404, message
/support/@@file/bootstrap-responsive.min.css
127.0.0.1 - - [03/Jun/2019 14:33:59] "GET
/support/@@file/bootstrap-responsive.min.css HTTP/1.1" 404 -
127.0.0.1 - - [03/Jun/2019 14:33:59] code 404, message
/support/@@file/bootstrap.min.js
127.0.0.1 - - [03/Jun/2019 14:33:59] "GET
/support/@@file/bootstrap.min.js HTTP/1.1" 404 -
127.0.0.1 - - [03/Jun/2019 14:33:59] code 404, message
/support/@@file/jquery-1.9.0.min.js
127.0.0.1 - - [03/Jun/2019 14:33:59] "GET
/support/@@file/jquery-1.9.0.min.js HTTP/1.1" 404 -
127.0.0.1 - - [03/Jun/2019 14:33:59] code 404, message
/support/@@file/bootstrap.min.js
127.0.0.1 - - [03/Jun/2019 14:33:59] "GET
/support/@@file/bootstrap.min.js HTTP/1.1" 404 -
127.0.0.1 - - [03/Jun/2019 16:33:59] "GET /favicon.ico HTTP/1.1" 200 -
History
Date User Action Args
2019-06-03 14:36:10bersetmessageid: <1559572570.81.0.0716488299242.issue2551029@roundup.psfhosted.org>
2019-06-03 14:36:10bersetrecipients: + ber, rouilj, tmikk, tekberg
2019-06-03 14:36:10berlinkissue2551029 messages
2019-06-03 14:36:10bercreate