Hello I am making a blogging website with flask, flask-sqlalchemy, and flask-login. I am trying to figure out a way to add optional data such
I've just inserted new url and I want to delete the old one. I need to check if there are 2 same, if so, delete the old one. If there is only one, do nothing. D
I am trying to unit test one of my Django forms, which I use in the admin of a Django-based app. The Meta class of that form has a model field. Not sure about w
I'm a beginner in deep leaerning and Tensorflow. I tried to run the tutorial code for Recurrent Neural Networks for Drawing Classification on my computer follow
procedure TFormMain.CaseListMyShares(uri: String); var i: Integer; begin myShares := obAkasShareApiAdapter.UserShares(uri); MySharesGrid.RowCount:= Length
I have an app with JWT authentication written in React/ Django / Django-allauth. I have an endpoint to verify/ refresh my access token and it works fine. My que
I have a page middleware where I am fetching some data for a feature flag. The middleware / flag works fine when navigating to the page within the application,
I have to execute the ewfmgr.exe which can be executed only when the Command window is opened as an Admin. If I go to Start->type cmd.exe->Right click-&g
I am writing an Azure Pipeline with YAML file, and would like to have the name of the pipeline to contain the current version. My question is basically how can