Skip to main content

All Questions

Tagged with
-1 votes
2 answers
49 views

How to give permissions to users in django.?

I am building a django ERP project, in which there will be multiple user's, admin,user, manager etc. Each of this user has separate user credentials to login. Each user have separate dashboard. I'm ...
vvn's user avatar
  • 11
0 votes
1 answer
38 views

How do I use SocketIO to store and send multiple pieces of data at once?

I am making a Fast Food Management system and I need to find a way to send order information from a client app to a main server, for it to be shown in a similar way to that in McDonald's, with the ...
Erkan Mikiver's user avatar
0 votes
0 answers
22 views

Sportsbook Middleware for Syncing User Data

Dylan here, I've been working on a startup for the past year now, AI sports predictions with real AI (not chatGPT or simple Linear Regression models) and As I am nearing launch I am needing a solution ...
King Of Missionary's user avatar
0 votes
0 answers
52 views

How to make a pop-up window display image through streamlit and Javascript

I made a chatbot through streamlit. I use HTML scrollview to display my pictures and using JavaScript to be able to display a large picture by clicking on the picture to pop up a window.This is my ...
SimpsonHuang's user avatar
0 votes
0 answers
29 views

Javascript to Python in Adobe Illustrator

I'm trying to get Python to run with a script in Illustrator so that Illustrator will ask the user to enter a number and then create a barcode in 128code with Python and then save it somewhere. It's ...
Adam Westeren's user avatar
0 votes
1 answer
51 views

Passing data to gradio Dataframe from JavaScript

I was making my own Bounding Box editor in gradio and succeeded to make some with written JS and HTML code using canvas, but now i need to pass an information from JS where boxes are drawn and saved ...
sleshworld's user avatar
0 votes
0 answers
54 views

I can't the load js on Odoo17

I try to upgrade modules from Odoo 14 to Odoo 7, but when I try to do upgrade. I have an issue with JS. I can't load JS, even if I define the path in manifest. I need Help. We have a custom JavaScript ...
alrabie mhjob's user avatar
-6 votes
2 answers
88 views

This website cannot be correctly scraped even with requets-html

i'm trying to get the prices displayed on : https://campervans.jeanlain.com/locations/?city-input=annecy&city-name=ANNECY&departure_date=06%2F01%2F2025&departure_time=11%3A00&...
Gbn's user avatar
  • 73
0 votes
1 answer
38 views

How do I put Apache Superset as an app in a Django project?

How do I put Apache Superset as an app in a Dango project? I tried to install the tool using Docker, but I want to use the Superset tool with the Django project so that it becomes an application among ...
Shamsan Mohammed's user avatar
0 votes
1 answer
50 views

How to extract dynamically generated links from a website using Python?

I am writing a code where I need to get all the links/URLs from a specific website but, It seems like the links are dynamically generated and might be populated using JavaScript or some other dynamic ...
Liam Mason's user avatar
-1 votes
0 answers
28 views

Special characters error decoding/encoding 'utf-8' Javascript/Python

The following code is made for to take a python code submission and encode and compare to the expected output in the db. However, when using special characters ('´', '~', 'ç') it does not convert ...
Donnavan Souza's user avatar
-1 votes
1 answer
24 views

POS add field in pos.config issue

When I try to add my custom added field restrict_create_customer to pos.config and inherit _loader_params_pos_config to add field in pos.session in odoo 16 it raises this error my python code: class ...
Abdullah Elshoura's user avatar
0 votes
0 answers
49 views

How to Intercept and Modify JavaScript Responses Before Execution Using Chrome DevTools Protocol (CDP)

I'm working on a project where I need to intercept JavaScript code that the browser receives but prevent it from executing immediately. I want to modify the JavaScript code to inject a custom worker ...
NoNam4's user avatar
  • 537
1 vote
1 answer
118 views

422 Unprocessable Entity error when sending Form data to FastAPI backend using ReactJs and Fetch API in the frontend

I keep getting the 422 Unprocessable Entity error with the follwoing missing fields: {"detail":[{"type":"missing","loc":["body","username"],&...
3awny's user avatar
  • 341
0 votes
1 answer
36 views

how to make it so that the buttons are only displayed when loged_in = false

i want it to be so that if you are loged in , you arent displayed the login and register buttons. I tried doing it like this, but its not working var loginBtn = document.getElementById("...
Jorge Rodriguez Anton's user avatar

15 30 50 per page