Posts by Lucas VB • 1 point
2 posts
-
0
votes1
answer249
viewsQ: Django - Filter queryset into a form using a value present in the view
I am creating this site where the first step of the user is to create the company he works for: ''''models.py''' class Empresa(models.Model): cnpj = models.CharField(unique=True, max_length=20,…
-
-4
votes2
answers149
viewsQ: String-populated chained list(Linked list)
Hello, I’m trying to create a list that is populated with strings but when I try to print it nothing appears. I appreciate any help available. #include <stdio.h> #include <stdlib.h>…