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

8 lines
174 B
Python

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