Files
RRBEC/typePay/views.py

6 lines
128 B
Python

from django.shortcuts import render
# Create your views here.
def typePay(request):
return render(request, 'typePay.html')