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

@@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.