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

All Questions

Tagged with
0 votes
0 answers
25 views

Django debug toolbar is not displayed

I just installed debug toolbar for my django project like allways. but I don't know why doesn't the debug toolbar display?! and I have to add that I'm using docker and it's my first time that use ...
Sobhan Saeedi's user avatar
0 votes
0 answers
34 views

Why we should install postgresql in the Django container?

Why is necessary install postgresql as dependency in a Django backend container? the Django app is intended to connect to a PostgreSQL DB running in a separate container. I have the next Dockerfile: # ...
Moisés Galván Niño's user avatar
0 votes
1 answer
21 views

Django local server deployment on windows

I have a Django project that has to be installed on local servers for multiple customers. I've looked into utilizing Docker, but I can't find any solid information about how to use it on local hosting....
Tinashe Mphisa's user avatar
0 votes
0 answers
20 views

Multi Tenant Docker App with a Authentication Server and APIs

Hi I am working on a web project and my current stack is as follows. I have nginx for http server, nextjs for frontend and django as backend. Simple stuff. Where you can register a company and each ...
Evren Bingøl's user avatar
0 votes
0 answers
24 views

Running the Pycharm Debugger with a Docker/Django/Notebook setup?

I feel like I am missing some foundational truth about how Pycharm works, so I wanted to lay out how I develop and what I'm looking for. I'm running a SvelteJS project with a Django backend. I usually ...
Lauren Boland's user avatar
0 votes
1 answer
25 views

When attempting to run the container in Docker, in combination with Poetry, the global interpreter is being used

I'm encountering an issue with my Docker setup where it appears that the virtual environment is not being used correctly, causing the django module not to be found. Here are the relevant details: My ...
0 votes
0 answers
45 views

Connect Django to Docker MS SQL

I have requirements: Python 3.11.9 ( Windows https://github.com/pyenv/pyenv ) latest version of Django (5.0.7.) MS SQL 2019 To create a simple REST app with Django AUTH logic. As I have local ...
Vucko's user avatar
  • 20.8k
0 votes
0 answers
37 views

AWS ECS with Django + Python + Alpine produce Segmentation Fault

we are currently having trouble with Alpine Linux, since the Update to Version>=17. It seems that since alpine17 the openssl library in alpine was updated to openssl3. The problem is that we have ...
gaw's user avatar
  • 1,960
0 votes
0 answers
33 views

How can I configure Django to search for the Redis backend on the server instead of localhost?

I am working on updating an old Django 2.2 app, and am running into an issue with the connections between Celery, Django, Docker, and Redis. I am using Docker Compose to build the app, and using ...
Kristian Kolehmainen's user avatar
0 votes
1 answer
23 views

Docker-compose is able to compile program but is unable to open link to Local host

I have a basic Django project that I have put into a docker container. Currently I have it running on https locally just for the development phase because it is a requirement. When I run my program ...
user124e's user avatar
0 votes
1 answer
20 views

using nginx host multiple django apps/docker in one server. return to root path not the apps' path

I have a django app. The code snippet for the function load_form(request) in views.py. def load_form(request): if request.method == 'POST': newQAForm = QAForm(request.POST) if ...
Ag Long's user avatar
  • 75
0 votes
1 answer
42 views

Where is nginx.conf kept on Google App Engine flexible environment?

I am getting nginx.error: client intended to send too large body so I'm trying to fix by making changes to nginx.conf. This is in a Google App Engine that uses Django and deploys to the flexible ...
Dan Cogswell's user avatar
0 votes
0 answers
23 views

Errors crash the local development django cookie-cutter container

I've setup Django cookie-cutter for local development in Docker. It all works fine, even with VSCode devcontainer, changes are tracked and reloaded until there's a syntax or some other error. Then the ...
dedepene's user avatar
-1 votes
0 answers
23 views

if my application is running with docker compose how can I access localhost of within that application

I have a django application which runs through docker compose on my local system on localhost:80. I have another application which runs at localhost:3000. I want to access http://localhost:3000 within ...
Always_a_learner's user avatar
0 votes
1 answer
104 views

Coolify Django Deployment

I'm using Coolify and I want to deploy a Django application. I created an entrypoint.sh #!/bin/sh set -e echo "Running migrations..." python manage.py migrate echo "Collecting static ...
omkobass's user avatar
  • 286

15 30 50 per page
1
2 3 4 5
219