mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
first commit
This commit is contained in:
5
gestaoRaul/products/views.py
Normal file
5
gestaoRaul/products/views.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
|
||||
def products(request):
|
||||
return render(request, 'products.html')
|
||||
Reference in New Issue
Block a user