6 lines
No EOL
131 B
Python
6 lines
No EOL
131 B
Python
from django.shortcuts import render
|
|
|
|
# Create your views here.
|
|
|
|
def fiche(request):
|
|
return render(request,'fiches/fiche.html',{}) |