models.py class Client(models.Model): client_id = models.AutoField(unique=True, primary_key=True) org = models.ForeignKey(Organisation, on_delete=mode
It's worth noting I'm new to php. I would like to have an answer in php as well (if possible). Here's what I'm trying to achieve: I want to redirect the user i
I am having trouble setting up the apache server. test.sample11.com/abc --redirect--> test.sample22.com/abc test.sample11.com/def --> do nothing test.samp
I am trying to make a custom dropdown, and face the following problem : I have 3 directives : dropdown: which is to set on the dropdown element menu: which is
this script calculate the correct quarter of the year, but i should calculate the value based on the selected first date :-( can you help me, please? /* Javasc
I'm trying to create a CTF for a project. One of my goals is to set up an Apache web server that allows directory traversal so people attempting my CTF can trav
I've been working on a sheet to make a calculator that I'll use on my work, it has lots of custom functions, it's working fine. But I have like 10 functions tha
I'm trying to implement a infinite scroll functionality. I tried using a ListView inside on a NotificationListener to detect scroll events, but I can't see an e
folks! I have table Template with only 1 column from type JSON. column { "name": "any name", "headers": { "Accept": ["application/json"],
I am trying to connect to an HDFS Cluster using python code, library(snakebite-py3) and I see that when I set use_sasl to True I am getting the following error: