oxdata/oxdata/views.py
2018-07-03 18:54:06 +02:00

6 lines
127 B
Python

# -*- coding: utf-8 -*-
from django.shortcuts import render
def index(request):
return render(request, 'index.html', {})