PluralitySpace-django/profiles/views.py

8 lines
162 B
Python

from django.http import HttpResponse
from django.shortcuts import render
# Create your views here.
def index(request):
return HttpResponse("Hello worlds!")