Files
RRBEC/gestaoRaul/categories/views.py
2024-12-10 10:32:13 -03:00

6 lines
109 B
Python

from django.shortcuts import render
def categories(request):
return render(request, 'categories.html')