mirror of
https://github.com/nanoy42/coope
synced 2024-11-05 01:16:28 +00:00
4 lines
98 B
Python
4 lines
98 B
Python
from django.shortcuts import render
|
|
|
|
def manage(request):
|
|
return render(request, "base.html")
|