mirror of
https://github.com/yawaflua/SusMarket.git
synced 2025-12-09 20:19:31 +02:00
6 lines
124 B
Python
6 lines
124 B
Python
from django.shortcuts import render
|
|
|
|
def index(request):
|
|
return render(request, 'index.html')
|
|
# Create your views here.
|