Files
RRBEC/categories/views.py

6 lines
109 B
Python

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