python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
When i am deploying on heroku i get Page not found (404)
When I go to the homepage, I get the following error:
Page not found (404)``
Request Method: GET
Request URL: https://blogapp85.herokuapp.com/
Using the URLconf defined in blog.urls, Django tried t...
shafquet Naghmi
Votes: 0
Answers: 1
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 in...
Ganesh
Votes: 0
Answers: 1
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 her...
Datajack
Votes: 0
Answers: 3
deploying django to heroku :page not found error
I have been making a django app, and am now trying to deploy it to heroku. However when I go on it,says page not found
the resources not found on the server
and i am trying it on different app erro...
shafquet Naghmi
Votes: 0
Answers: 1