Questions tagged [django-deployment]

django-deployment refers to questions about different ways to deploy Django applications

django-deployment refers to questions about different ways to deploy Django applications.

See documentation.

Also see:

214 questions
0
votes
1 answer

Django: Deploying static files in production environment

I've deployed my django application in production environment. Application's functionality is OK but the static files (css and image) were not rendered. I've set the following in my settings.py, prior running collectstatic: DEBUG =…
jaysonpryde
  • 2,733
  • 11
  • 44
  • 61
0
votes
1 answer

Does any one know if its a good idea to use django with app engine?

I'm new to django and am at the point of looking to deployment but I'm pretty lost. Google app engine seems like a good idea for me but Ive read that it is or was limited and now Im just trying to figure out which it is. Will all of django's…
0
votes
1 answer

Django Deployment on Linux Ubuntu

I am going to seploy my first Django application to a cloud server like Amazon EC2 and the system is Linux Ubuntu. But I cannot find a very good step-by-step tutorial for the deployment. Could you recommend one? And I also have the following…
Wei Xu
  • 1,629
  • 2
  • 19
  • 31
0
votes
3 answers

how to run the django server on hostname?

I wanted to run Django server on a hostname in the local system. Django has its own server ... that runs on the localhost:8000 i just want it to run on cpanel-django.django-project.com:8000 I tried using: python manage.py runserver…
Nishant Kashyap
  • 819
  • 2
  • 15
  • 25
0
votes
0 answers

Django: API call issue while running on gunicorn

I use Rchilli resume parser for parsing resume. It works fine while running on python manage.py runserver . I am getting an xml data as api response. But while running on gunicorn I'm getting an html response saying that "The service is temporarily…
anupsabraham
  • 2,781
  • 2
  • 24
  • 35
0
votes
1 answer

Issues in django deployment with two subdomains using Apache auth

I'm deploying a Django 1.5 with two sites, each one is independent from the other one (each one has its own database), but these two sites are subdomains: one is new.mydomain.com and the other dev.mydomain.com. I'm using Apache with mod_wsgi. The…
Caumons
  • 9,341
  • 14
  • 68
  • 82
0
votes
2 answers

Unable to create tables for django-social-auth on google app engine(GAE)

I have spent lots for time to resolve this issue but couldn't success. Still i am stuck here. As i have deployed a django project on GAE(Google App Engine) using django-deployer and i am implementing django-social-auth in my django project. Here is…
CrazyGeek
  • 3,397
  • 2
  • 24
  • 38
0
votes
1 answer

How to deploy django project in Mac Pro Server?

I just got a new Mac Pro Server. This is first time I am deploying a project to my server. I know how to deploy to heroku. Can I just download django and run the website? Any information on this would greatly be appreciated.
trant trum
  • 219
  • 5
  • 14
-1
votes
1 answer

Fundamental django project deployment information

I am a newbie in Django deployment and have been given the task of the project deployment on an Ubuntu 18.04 LTS prod server. I have already deployed the project using NginX and uWSGI by copying all the project files in a directory with appropriate…
-1
votes
1 answer

"Start by creating and opening a systemd socket file for Gunicorn with sudo privileges" (directory to this file does not *appear* to exist)

I am working on a server running ubuntu 18.04. This digital ocean tutorial on django deployment(https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04) is telling me to do the…
Justin
  • 1,329
  • 3
  • 16
  • 25
-1
votes
1 answer

Django 2.2 staticfiles don't work in production (DEBUG False)

I'm making a new django app where a user can upload images and then they can be displayed on a page. I have read the django staticfiles deployment docs a bunch and don't understand why they still dont work. All my images are going to where they're…
Lumiobyte
  • 65
  • 1
  • 8
-1
votes
1 answer

How to deploy django web app to google cloud?

how can i deploy python/django web app to Google Cloud ? i am using django 2.2 and python 3.7.3.
-1
votes
1 answer

Is it possible to deploy one django application on to multiple servers using jenkins or any other tool?

I am using jenkins for continuous deployment ,is it possible to deploy the single on to multiple servers ?
Sidhartha
  • 988
  • 4
  • 19
  • 39
-1
votes
1 answer

What are the credentials heroku login is looking for?

When you're trying to deploy an app to Heroku, and you're prompted for the username and password for https://git.heroku.com and https://@git.heroku.com, are the credentials for these items the same as your credentials for your heroku account? Or are…
Adam Freymiller
  • 1,929
  • 7
  • 27
  • 49
-2
votes
1 answer

Cannot Login to Django admin with my superuser account when it is on Deployment, showing CSRF error 403 forbidden

I am super newbie on DJango and Programming. I made a backend server with django and deployed successfully on "render.com". I can approach to admin login screen but cannot login to it with my superuser ID. [it worked in runserver perfect but does…
1 2 3
14
15