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

All Questions

Tagged with
0 votes
1 answer
22 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
-2 votes
1 answer
44 views

File directory error in python when running python manage.py runserver [closed]

I am in the initials stages of starting a django project. Everything is set, I have already installed django, python, virtual env and started myproject project. When I run the command python manage.py ...
chege mungai's user avatar
0 votes
0 answers
22 views

getting error "Application not found" whenever i restart my django app on cpanel

Am trying to set up my django app in c-panel but facing a certain. Whenever i restart the app, Am getting the below error No such application (or application not configured) And whenever i edit the ...
Talemwa Eria Jackson's user avatar
0 votes
0 answers
22 views

Keep getting error while uploading Django project in vercel

While I am deploying my Django project using Vercel I am keep getting this error Error: No Output Directory named "staticfiles_build" found after the Build completed. You can configure the ...
Akarshan Ghosh's user avatar
0 votes
0 answers
25 views

Stripe payment not going through in production but working in development

I have a django project that I am deploying and have a stripe integration for payments in it. It works perfectly fine locally and goes through but does not work on my linux server. What could be ...
Aaro's user avatar
  • 1
0 votes
0 answers
41 views

Problem in deploying django app using plesk

I am trying to deploy my django app and i am using plesk as a host. But i have 2 problems In order to reach the website instead of typing mydomain/login i have to type mydomain/templates/login.html ...
Diana Sk's user avatar
0 votes
0 answers
24 views

Django Deploy Nginx Bad Gateway no such file or directory

So, I've been struggling for the past week to deploy my Django project on my VPS server (domains.co.za). After all this time, I managed to figure out a few things on my own. My server runs on ...
Marco Fourie'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
1 vote
1 answer
44 views

Permission Denied and Python Module Issues when Deploying Django with Apache on Ubuntu

I'm encountering difficulties while trying to deploy my Django website using Apache on an Ubuntu server. Here are the details of the problem: Error Messages: Current thread 0x00007e9faacab780 (most ...
desboisrob's user avatar
0 votes
2 answers
51 views

How do I minify my HTML so that CSS and FontAwesome and Bootstrap names are reduced

I have a Django website that displays a table with data. It uses FontAwesome and Bootstrap for styling - which leads to some lengthy HTML (a standard page is 136k). Eg Some TDs contain an arrow using ...
The Huff's user avatar
  • 485
0 votes
1 answer
83 views

Bad Request and Invalid HTTP_HOST header in deployment NGINX + Gunicorn + Django?

Could you, please, help me with some suggestion where or how to find a resolution of my DisallowedHost exception? I have deployed my Django project to the DigitalOcean Ubuntu server with Nginx + ...
Mykhaylo Chornenkyy's user avatar
0 votes
0 answers
34 views

Django Static Files Not Loading Correctly in Production with Apache

I've been struggling with serving static files in a Django application deployed on Apache. Despite following numerous guides and suggestions, I'm still encountering 404 errors for my static files. ...
Brapu Coin's user avatar
0 votes
1 answer
23 views

How to deploy front end & backend apps on same machine with same domain but different ports?

I have two apps one for frontend built using ReactJS and one is for backend built using Django. I have server machine where I have deployed both the apps. Now I want to use Nginx (because of SSL) to ...
Oleksandr Tsybulskyy's user avatar
0 votes
1 answer
28 views

Index file shown but not the live website

enter image description hereI have deployed my website in the cpanel of namecheap but it shows the following problem in the given image. How can i fix it? I tried to change the .htacces file but it ...
Erik's user avatar
  • 1
0 votes
0 answers
27 views

Cannot access the media files in production via Nginx

I am trying to access the media files using Nginx. The file exists in the directory: /usr/src/app/backend/media/profile/c4ebe33d-7da1-4a62-bb17-8da254d69b36, where the part profile/c4ebe33d-7da1-4a62-...
Mateusz Szczepek's user avatar

15 30 50 per page
1
2 3 4 5
93