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

5 lines
98 B
Python
Raw Normal View History

2018-08-31 12:46:35 +00:00
from django.shortcuts import render
def manage(request):
return render(request, "base.html")