(21 . 7)(21 . 6)
36 render_template, abort, g, flash, _app_ctx_stack, make_response, \
37 jsonify
38 from flask import Flask
39 from flask.ext.cache import Cache
40 ##############################################################################
41
42 ##############################################################################
(71 . 7)(70 . 6)
44 ##############################################################################
45
46 app = Flask(__name__)
47 cache = Cache(app,config={'CACHE_TYPE': 'simple'})
48 app.config.from_object(__name__)
49
50 def get_db():