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
-2
votes
1 answer

when i am trying to deploy my django project on heroku server these errors are showing so please give any ans

ERROR: Command errored out with exit status 1 ERROR: "Failed building wheel for backports.zoneinfo", ERROR: "Could not build wheels for backports.zoneinfo", which is required to install pyproject.toml-based projects Push rejected, failed to compile…
Ganesh
  • 3
  • 1
-2
votes
3 answers

Why hide a django secret key?

I wanted to ask, why should I hide the secret key in a Django application? Why not just commit it to public source control? I understand the effects of an attacker finding out the secret key (from here). But if I just upload the code to github and…
-2
votes
1 answer

Deploying on Openshift

I'm trying to deploy my project on Openshift. I tried some tutorials but none worked. So I'm asking if you have your own "procedure" or some working (really working) tutorials.
Stefano
  • 3,127
  • 2
  • 27
  • 33
-2
votes
1 answer

while deplyoing django app on heroku postgres doesn't work

I am trying to deploy my django app on heroku server,i followed the instructions from this website https://devcenter.heroku.com/articles/getting-started-with-python#introduction .it worked fine till , "heroku open" command.When i came to the part…
1 2 3
14
15