Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-2 votes
0 answers
36 views

An error occurred (BadDigest) when calling the PutObject operation (reached max retries: 4): The Content-MD5 you specified did not match

I am trying to retrieve an image via Javascript function that calls a function from my views that has the image. I need help with populating the image: Views: def customer_logos(request): print(...
Doing Things Occasionally's user avatar
0 votes
0 answers
18 views

Saving an Apache Echart causes tainted canvas error

Saving the chart via the toolbox.feature.saveAsImage causes an error that says Tainted Canvas may not be exported. However, saving the image manually via right-clicking on the chart itself works just ...
A N D E U S's user avatar
0 votes
2 answers
47 views

Banner is not displaying at the top and css is not working

I have html like following, in my Django project <!DOCTYPE html> {% load static %} <html lang="en"> <head> <meta charset="UTF-8"> <meta name=&...
Karan's user avatar
  • 794
-4 votes
0 answers
30 views

Best frameworks to choose for high scale web applications including databases and architectures [closed]

I'm getting started with [tag: web development] which frameworks do you recommend for designing a high scale web application should I go with java or python javascript with microservices as my backend ...
D Suhas Dhar kasyap's user avatar
-2 votes
0 answers
23 views

How do fetch the real time latitude and longitude in Django and display that as a tracking map in the template? [closed]

I want to fetch the real time latitude and longitude from the Kotlin. I just want to display the real time latitude and longitude as a map in a template by using a Django frame work how do I do this? ...
bithor son's user avatar
-2 votes
1 answer
42 views

Ajax is not working without refreshing the page [closed]

Ajax is not working without refreshig the page to make it work.I am coding an ecommerce website in django and need to show quantity of products in the cart but it dont show quantity without refresh ...
Mohi's user avatar
  • 3
0 votes
1 answer
39 views

Problems with changing the status from pending to rejected/approved

I do not know much about js, but I tried to submit the data by clicking on the button. The project is about approve or reject orders in the panel of the owner of the shop. Things in Django admin went ...
Aetoox's user avatar
  • 1
0 votes
0 answers
21 views

Difficulty adding page numbers to printed table using Paged.js without content overflow

I have a table with numerous elements in its , and I'm attempting to add page numbers to each printed page using Paged.js. However, I'm encountering issues where the table content overflows the page ...
Huzaifa Ashfaque's user avatar
2 votes
0 answers
51 views

django Add a button that creates a new entry field each time it's clicked

I am creating a Recipe app- currently for my form I have Title, Ingredients and Description as text inputs. However I want the user to be able to individually input the ingredients so I can manipulate ...
C0untV's user avatar
  • 85
0 votes
0 answers
40 views

How to send authentication session id to django backend using fetch api?

saveBtn.addEventListener('click', function() { const csrftoken = getCookie('csrftoken'); fetch('http://localhost:8000/card/{{ auction.slug }}/add/', { method: 'GET', ...
Minecraft PC's user avatar
0 votes
1 answer
37 views

changes made to my JavaScript files in a React project are not reflected in the UI when compiling using 'npm start'. Reflecting only when rebuilt

Initial issue faced: "Invalid options object. Dev Server has been initialized using an options object that does not match the API schema" TO resolve this issue added setupProxy.js inside src ...
Nivedha's user avatar
0 votes
0 answers
30 views

push reload or invoke javascript function from server

I have Django + React + uwsgi application. Uwsgi access to the database. Now I want to reload Django(React) web applicataion triggered by Database is changed. For example User open the web ...
whitebear's user avatar
  • 12k
-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
40 views

What is the correct way for implementing Hyphenopoly?

I'm having trouble implementing Hyphenopoly (https://github.com/mnater/Hyphenopoly) on a Django project. Sometimes it seems to work fine, sometimes not. Besides, on mobile browser the result are ...
Michele Loriso's user avatar
0 votes
1 answer
39 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

15 30 50 per page
1
2 3 4 5
764