I've coded this app to tweet a division, but i've uploaded it to Render to have it live and it wont start. Could someone look over it and see if they see any errors?
#Need Help Deploying an App
2 messages · Page 1 of 1 (latest)
Does it give you any error logs? Also don't commit the venv directory to git. That's an artifact that can be generated programmatically, so it doesn't need to be versioned. It also won't work correctly on most other people's computers.