Posts by HWarlley Massafera • 1 point
2 posts
-
0
votes1
answer895
viewsQ: Upload photo with model name in Django
I would like help for a task to save images with a custom name and a folder also with the current name, suppose the following Model: class ProdutoA(models.Model): nome_produto_a =…
-
0
votes0
answers248
viewsQ: If and Else in Python Commands
How do I check whether a command has been typed correctly or not? For example, if the user enters a command that does not exist, it will display a warning message, otherwise it will execute the…