I have written a bunch of code in python using Flask and Python.
When I build it on Sublime Text 2 no errors occur and in the bottom it just says:
* Running on http://127.0.0.1:5000/
When I go to the url it says
500 Internal Server error
How can I debug this so I know where the fault is? I'm working in a mac laptop.