robosats/frontend/views.py

6 lines
150 B
Python
Raw Normal View History

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