reformat (indent with spaces)

This commit is contained in:
Lexi / Zoe 2019-09-22 23:14:26 +02:00
parent 4f066eade5
commit a4ef7a72e8
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
2 changed files with 3 additions and 3 deletions

View File

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