models.py class Line_items(models.Model): id = models.AutoField(primary_key=True) product = models.ForeignKey('Products' , on_delete=models.DO_NOTHING ) cl
I am creating a game on Unity which will run a python script in the backend using C#, the script consists of an algorithm which takes time to load and give its
I'm writing some unit tests for my application in Go. The tests fail however because it cannot find the configuration files. Normally the binary looks for the c
First, the raw input data: CPF PRIVATE INCOMPLETO DATA DA ÚLTIMA COMPRA TICKET MÉDIO TICKET DA ÚLTIMA COMPRA L
I am trying to create a script in python using APIs from https://site.financialmodelingprep.com/ , but am running into an issue. The main goal behind this scrip
Could someone direct me to some tutorial on Tree Data Structures using C. I tried googling but most implementations are for C++ or Java.If someone can point me
Hello i have problem i don't know how to get value of offer__name and offer_price. <div class="offer"> <div class="offer__name"> <em>
I am trying to create a translation app that uses google translate api and I keep on having error in my program here. I really do not know what to do, in the er