jumpserver/dashboard/users/views.py

6 lines
98 B
Python

from django.shortcuts import render
def hello(request):
return render(request, 'base.html')