mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
5 lines
104 B
Python
5 lines
104 B
Python
from django.shortcuts import render
|
|
|
|
|
|
def products(request):
|
|
return render(request, 'products.html') |