Hey there i cannot connect my app.. I tried to follow Corey Shaffer tutorial on how to deploy in heroku but it keeps giving me the same error take a look on my images
It shows this error when I type heroku logs -tail
I need rly help pls
i had to type "heroku config:set DISABLE_COLLECTSTATIC=1" i dont know if i did it well
After doin that tutorial:
Should be like this one:
And not like this:
Ps: i use percentages and bootstrap
ok then why cant you enable the DEBUG=True and push the code , would probably take a look on this issue on UI itself.
- scott 4 years, 7 months agoI tried to follow that tutorial and check the last image on the post
- BrunoSeixas 4 years, 7 months agookay forgot to enter web: gunicorn upcross.wsgi on procfile now it shows the first error again
- BrunoSeixas 4 years, 7 months agodid you see the same error in UI after you enabled the DEBUG in heroku?
- scott 4 years, 7 months agoJust to make sure below things are configured properly
pip install gunicorn
web: gunicorn django_project.wsgi in Procfile
do i type web: gunicorn UpCross.wsgi?? Because my project is named UpCross
- BrunoSeixas 4 years, 7 months agoit was that tnx but now my css is kinda bad i think it didnt upload well how can i fix??
Im goin to show the real one in the post and wrong one
- BrunoSeixas 4 years, 7 months agoas this is new request, submit the new ticket. So that I will get more points :)
- scott 4 years, 7 months ago
Looks like you have missed some of your package in requirements.txt file. So make sure you have added all of your packages in to that ,
pip freeze > requirements.txt
Also check this Django Heroku Deployment if it helps.