#!/usr/bin/env python2 from debianmemberportfolio import app if __name__ == '__main__': app.debug = True app.run()