I am relatively new to Django and I'm making a small "social" project. It basically consists of user profiles, and on those profiles you can post "comments". I
I'm trying to run the following simple code: import requests url = r'https://fastlane.co.il/' r = requests.get(url) print("Status code:", r.status_code) It r
{ id: '1', type: "folder", name: "new Folder 1", files: [ { id: '1.1', type: "file", name: "file 1" }, { id: '1.2', type: "file
I have a MongoDB collection with two documents like { "field1":"value1" } and { "field1":"value2" "field2":"value1" } I want to retrieve both documents in my
We have a SharePoint on premise with the name portal.contoso.com then we publish it using IIS ARR reverse proxy. for the name of the external portal, we named i
I'm trying to simply count the amount of records that has a 'true' status. this is the SQLite table structure: CREATE TABLE Suppliers(ID INTEGER PRIMARY KEY AUT
In my previous question I already found how to put a rotation transform over only one axis on an object, now I want this to be animated. Is there a way to do t
The Vaadin Collaboration Engine for real-time collaboration only has example for Vaadin Flow. Can you use it with Vaadin Fusion?
I am trying to merge the unallocated space in my system in c drive without using any third-party app. C: drive does not show any Extend volume Option as shown i