I'm trying to deloy my django website to Heroku but after deploying successfully via Gilab CI/CD I get an Application error
Source for my django website: source
My website URL webping-server
I'm trying to deloy my django website to Heroku but after deploying successfully via Gilab CI/CD I get an Application error
Source for my django website: source
My website URL webping-server
update your requirements
pip freeze > requirements.txt
git add .
git commit -m "requirements updated"
git push heroku master