mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-23 02:04:54 +02:00
5 lines
109 B
Python
5 lines
109 B
Python
from django.shortcuts import render
|
|
|
|
def index(request):
|
|
return render(request, 'scanEngine/index.html')
|