Skip to content
Snippets Groups Projects
views.py 168 B
from django.shortcuts import render

# Create your views here.


def index(request):
    context = {}
    return render(request, 'fusarium/oat_flowering.html', context)