XH_Digital_Management/application/mkt_mgnt/views.py

10 lines
212 B
Python
Raw Normal View History

from django.shortcuts import render
2024-05-29 09:27:39 +08:00
def project_resources(request):
return render(request, 'mkt_mgnt/project_resources.html')
def customers(request):
return render(request, 'mkt_mgnt/customers.html')