django_net_ninja/touragency/agency/views.py

8 lines
167 B
Python
Raw Normal View History

2026-03-14 13:30:39 -06:00
from django.http import HttpResponse
from django.shortcuts import render
# Create your views here.
def index(request):
return HttpResponse("Asian Tours Agency")