Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Making Our Project Production-ready

After adding the DB lines to the __init__ file, the app crashes on Heroku, with a 500 status.

I get this in the app log: 2016-10-31T19:13:49.738075+00:00 heroku[router]: at=info method=GET path="/" host=akerman.herokuapp.com request_id=164bf739-b5b3-43e9-9075-cd926333bea6 fwd="66.249.76.62" dyno=web.1 connect=0ms service=70ms status=500 bytes=253

1 Answer