3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-09-12 01:53:08 +00:00
coope/gestion/views.py

4 lines
98 B
Python

from django.shortcuts import render
def manage(request):
return render(request, "base.html")