drought_backup/portal/views.py

6 lines
145 B
Python

from django.http import HttpResponse
from django.shortcuts import render
def index(request):
return render(request, 'dashboard/index.html')