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

10 lines
215 B
Python

"""SatNOGS DB Auth0 login module views"""
from __future__ import unicode_literals
from django.shortcuts import render
def index(request):
"""Returns the index view"""
return render(request, 'index.html')