YakivBrychuk / RENOVATIO

0 stars 0 forks source link

Deploy Renovatio Blog Project to Heroku #5

Closed YakivBrychuk closed 3 months ago

YakivBrychuk commented 3 months ago

Created Heroku app and configured settings Added config var DISABLE_COLLECTSTATIC=1 Installed Gunicorn and updated requirements.txt Created Procfile to declare web process Set DEBUG to False in settings.py Added Heroku app URL to ALLOWED_HOSTS Connected Heroku app to GitHub repository Deployed main branch to Heroku Verified deployment by accessing the /blog endpoint