views.py 104 B

12345
  1. from django.shortcuts import render
  2. def index(request):
  3. return render(request, 'scientific.html')