Criando apps com manage.py startapp do Django

This commit is contained in:
Luiz Otávio
2023-04-16 14:09:26 -03:00
parent 5c125779c2
commit 07107c13aa
15 changed files with 36 additions and 3 deletions

View File

@@ -18,9 +18,6 @@ from django.contrib import admin
from django.http import HttpResponse
from django.urls import path
# HTTP Request <-> HTTP Response
# MVT (MVC)
def home(request):
print('home')