8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-02 20:24:07 +00:00
re2o/logs/views.py

5 lines
103 B
Python

from django.shortcuts import render
def index(request):
return render(request, 'logs/index.html')