PluralitySpace-django/profiles/views.py

8 lines
159 B
Python
Raw Normal View History

2019-09-16 01:24:15 +02:00
from django.http import HttpResponse
from django.shortcuts import render
# Create your views here.
def index(request):
return HttpResponse("Hello worlds!")