1
0
Fork 0
satnogs-network/auth0login/views.py

8 lines
140 B
Python

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