remove my stuff

This commit is contained in:
Basyrov Rustam
2025-06-03 23:34:31 +03:00
parent 92c12e7d33
commit 01714bf1ee
2 changed files with 0 additions and 4 deletions

View File

@@ -3,6 +3,3 @@ from django.http import HttpResponse
def index(request):
return HttpResponse("Hello, world. You're at the polls index.")
def index2(request):
return HttpResponse("Hello from Django!")