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

8 lines
140 B
Python
Raw Normal View History

2018-11-17 13:11:35 -07:00
from __future__ import unicode_literals
from django.shortcuts import render
def index(request):
return render(request, 'index.html')