Skip to content

Tag: heroku

Deploying heroku – Push failed

I need some help to solve this. I don’t have much experience with Heroku, this is my first time doing it but I need to deploy some app really quickly. I’ve tried to disable collectstatic with heroku config:set DEBUG_COLLECTSTATIC=1 -a name_of_app But it haven’t made any change. Can anyone he…

Deploy python script on Synology NAS server

I’m considering a suggestion to buy a Synology NAS server DiskStation DS720+: https://www.synology.com/de-de/products/DS720+#specs to run my python scripts or deploy web apps. I am currently using heroku free account to deploy a web app. I can’t explain, why my web app delivers wrong output on her…