mirror of
https://github.com/Rushilwiz/launchx.git
synced 2025-04-05 12:40:18 -04:00
5 lines
131 B
Python
5 lines
131 B
Python
from django.shortcuts import render
|
|
|
|
# Create your views here.
|
|
def home(request):
|
|
return render(request, 'innovate/index.html') |