Skip to content

Commit 2e6a5ab

Browse files
committed
Update index.html
1 parent 3cb382b commit 2e6a5ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

welcome/templates/welcome/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ <h2>Request information</h2>
300300
<pre>
301301
Server hostname: {{ hostname }}
302302
Database server: {{ database.engine }} ({{ database.url }})
303+
SELECT 1: {{ result }}
303304
{% if database.is_sqlite %}<span class="warning">Data persistence warning: You are currently using SQLite. This is fine for development, but your data won't be persisted across application deployments.</span>{% endif %}
304305
Page views: {{ count }}
305306
</pre>

0 commit comments

Comments
 (0)