I want to delete a post from my UI. I already did app.delete in my server site. I use MongoDB and nodejs for the server. const ManageItem = () => { const
def exec_command(self, command, bufsize=-1): #print "Executing Command: "+command chan = self._transport.open_session() chan.exec_command(command)
I have read the docs saying that to pass the value for a Hubspot date field you should format your Date as midnight UTC. However, I've had no luck doing so in P
i am trying to run a cronjob every minute, as a test, on my django app with django_crontab. I tryed running 2 cronjobs, one with django_crontab other with my cr
I have POST request which contains a json with a base64 string which represents a pdf, this requests fails and I am trying to figure out a solution to it. I tho
I'd like to buy a multi GPU motherboard but wanted to separate the workloads separately on each GPU using windows I know you can select a GPU
I want to create new tables in my postgresdb but db.create_all() doesn't seem to be doing anything. I have a models class where I define all the tables, then in
I am working on a chat app with django channels, everthing is working but messages don't get send when room name has spaces or some other special carachters, i