PluralitySpace-django/profiles/views.py

7 lines
161 B
Python

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