Explanation - I have IP address/port and thier time frequency saved in DB. I have to create service or job that will run on scheduled time. It will read endpoin
#This is my models from django.contrib.auth.models import AbstractUser Create your models here. class CustomUser(AbstractUser): USER = ( (1,'HOD'), (2, 'STAFF')
I am creating 2 tables in my database: DROP TABLE IF EXISTS `med_pharmacy`; CREATE TABLE IF NOT EXISTS `med_pharmacy` ( `med_pharmacy_id` int(11) NOT NULL AU
I have a working postman call in which I send a json file. The json file is sent using form-data and I import the file using the file dropdown in the formdata p
I have multiply taps in one sheet A, each tap has 5000+ rows, some rows have the same content and want to find specific rows, while entering content and copy th
I want to remove the whitespaces in a string. Input: "le ngoc ky quang" Output: "lengockyquang" I tried the replace and replaceAll methods but that did't
I'm building a CLI in python using poetry and have used vimspector separately in the past for python debugging. When I test a normal python file, I can set up m