Posts by Gilson Leite • 13 points
2 posts
-
1
votes1
answer48
viewsQ: Saving relationships using the Django Rest Framework
When I try to save a new student informs the error NOT NULL Constraint failed: student_student.teacher_id Can someone help me? class Teacher(models.Model): name = models.CharField(max_length=128)…
-
0
votes4
answers788
viewsA: Generate random values from a distribution in Python
Download the numpy module along with the scipy that sure! Go to the terminal and paste or type the line below. sudo apt-get install python-numpy python-scipy