robosats/frontend/views.py

6 lines
150 B
Python
Raw Normal View History

2022-01-01 23:05:55 +00:00
from django.shortcuts import render
# Create your views here.
def index(request, *args, **kwargs):
return render(request, 'frontend/index.html')