BuyAndKnow/bk_api/core/views.py

9 lines
165 B
Python
Raw Normal View History

2019-12-08 22:11:51 +01:00
# from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse("Hello, world!")