in docker, i can't curl into my container from the host machine. although it works from within the container itself using docker exec container is up and running. outputs: $ c...
i need dynamic settings in django, it seems to be a bit of hassle i created a model to save the settings (name/value). the instances can be created/updated/deleted using form/...
i have a class in python with a function: class OTPManager: api_key = "abc" def send(self, phone_number, otp): address = "https://api.url.com/{0}/".format(self...
moreover i think it's a config issue from the container (so, not docker related after all?) it needs to listen to 0.0.0.0 instead of 127.0.0.1
I have a React frontend on a PaaS. gives me this error: Blocked loading mixed active content “http://panelback:8000/alerts/all” using its cli, the curl http://panelback:8000...
I have setup a google SSO for my app, I receive the success response (Object credential: "alksdoiwanodn...", clientId:"malsmd1-12asa-12wd.apps.google.com...", select_by:"btn_c...
i do create-react-app and from the beginning it tells me there are 6 issues that can't be fixed but i can do npm audit fix --force. i do that and now i have 41 issues. how do ...
is cra deprecated? or it's just normally like this