Aninhando URLs com path, include e urls.py dos apps do Django

This commit is contained in:
Luiz Otávio
2023-04-16 14:57:04 -03:00
parent 4d721daa8d
commit e2be22efd8
5 changed files with 25 additions and 7 deletions

View File

@@ -5,4 +5,4 @@ from django.http import HttpResponse
def home(request):
print('home')
return HttpResponse('home do app')
return HttpResponse('home do app 1')