Fix text
This commit is contained in:
+3
-2
@@ -3,10 +3,11 @@ from django.http import HttpResponse
|
||||
|
||||
# Create your views here.
|
||||
def home_page(request):
|
||||
x=1
|
||||
y=2
|
||||
return render(request,'home.html',{'name':'autoMedSys AI'})
|
||||
#return HttpResponse('Hrllo Medical')
|
||||
|
||||
def blog_page(request):
|
||||
return render(request,'home.html',{'name':'autoMedSys AI'})
|
||||
|
||||
def product_abulatory(request):
|
||||
return render(request,'home.html',{'name':'autoMedSys AI'})
|
||||
Reference in New Issue
Block a user