drought_backup/predict/views.py

6 lines
104 B
Python
Raw Normal View History

2018-07-09 03:52:42 +00:00
from django.shortcuts import render
def ghyc(request):
return render(request,'predict/ghyc.html')