Single-Page Applications Single-Page Applications Flask can be used to serve Single-Page Applications (SPA) by placing static files produced by your frontend framework in a subf...
Caching Caching When your application runs slow, throw some caches in. Well, at leastit’s the easiest way to speed up things. What does a cache do? Say youhave a function that ...
Single-Page Applications Single-Page Applications Flask can be used to serve Single-Page Applications (SPA) by placing static files produced by your frontend framework in a subf...
API API class flask.ext.exceptional.Exceptional(app=None) Extension for tracking application errors with Exceptional. Errors are not tracked if DEBUG is True. The application...