Skip to content

Commit 4f5b9aa

Browse files
committed
hack
1 parent 98a1130 commit 4f5b9aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

welcome/views.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ def index(request):
1212
hostname = os.getenv('HOSTNAME', 'unknown')
1313
PageView.objects.create(hostname=hostname)
1414

15+
print("hostname: " + hostname)
16+
print("database: " + database.info())
17+
print("-------------------")
1518
return render(request, 'welcome/index.html', {
1619
'hostname': hostname,
1720
'database': database.info(),

0 commit comments

Comments
 (0)