Skip to main content
Advice
0 votes
1 replies
27 views

I want to build a website with Vue/Vite as frontend and Django as a backend. When my frontend needs to get data from the backend I currently do something like this (which works perfectly fine): const ...
feps's user avatar
  • 45
2 votes
1 answer
74 views

I'm getting a bunch of logs like this: [2025-11-29 16:13:15,731] def group(self, tasks, result, group_id, partial_args, add_to_parent=0): return 1 [2025-11-29 16:13:15,732] def xmap(task, it): ...
csirmazbendeguz's user avatar
0 votes
0 answers
36 views

I made a system to help the company with a task work, and hopefully, be noticed to work with the development team. One of the things that's mandatory for my project is its compatibility for mobile ...
Pedrin_Dev's user avatar
-3 votes
0 answers
29 views

I'm trying to integrate paystack into my django E-commerce but I keep getting this error, ❌ Order creation error: [WinError 10061] No connection could be made because the target machine actively ...
Muhammad Ibrahim Shehu's user avatar
2 votes
1 answer
64 views

I'm building a molecule properties displaying website using django and sqlite. The database takes a numpy array and stores it as a BLOB. Currently, it just outputs the numpy array back out when asked ...
Giggabite's user avatar
0 votes
2 answers
67 views

I’m trying to measure the exact time spent in each stage of my API request flow — starting from the browser, through Nginx, into Django, then the database, and back out through Django and Nginx to the ...
Smruti Ranjan Sahu's user avatar
-2 votes
0 answers
77 views

i get the data from the server with fetch API it contains html, when i click on load more posts button it should load the html at the bottom of the page we got from the server, but it also loads the ...
Samyar's user avatar
  • 23
Best practices
1 vote
5 replies
83 views

I’m building a small “newsroom” application where Django handles the backend (API, authentication, admin) and Vue 3 handles the frontend UI. I’m still fairly new to combining Django with a modern ...
Random3c0d3's user avatar
-3 votes
0 answers
61 views

Hi everyone I am trying to upload a application using Nginx, Gunicorn, Django application run fine in development environment but for production it does not serves static files. I tried hard but ...
Husrat's user avatar
  • 83
-4 votes
0 answers
63 views

I’m having a problem and I can’t find a solution. I have deployed a Django backend and a React frontend using Docker. I’m using Traefik as a reverse proxy for the web server. When I start Traefik, the ...
Mario Petkovski's user avatar
-3 votes
1 answer
105 views

I am getting data from the server. The view must renders an html page without reloading the entire page، but this renders whole page including the header of current page, this is a problem, each time ...
Samyar's user avatar
  • 23
Advice
0 votes
1 replies
66 views

It would be nice if there were an easy way to define separate session expiry time for the admin area of a django website. So, admin users could log themselves into the "normal" website (seen ...
ventolin's user avatar
  • 2,997
0 votes
1 answer
36 views

I am building a mid-level project called School-Admin Panel with Django. I have completed most of the segments sucessfully, but I am having an issue with the performance forest. The formset loads and ...
Nicolas Riggs Nicolas's user avatar
2 votes
1 answer
51 views

I have an inline formset in Django. I have a table called SubItem which is related to Item. Many SubItems to one Item. Some Items don't have any SubItems. Sections of code are obviously missing from ...
Spinnaay's user avatar
  • 151
Advice
1 vote
1 replies
77 views

I'm new to Django, and I'm working on a project where I'm reusing static pages and changing them to be suitable Django templates. As a part of the previous project, I made some custom HTML elements ...
Alteria's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
20772