5 lines
87 B
Python
Raw Normal View History

from django.shortcuts import render
# Create your views here
def home_page():
pass