Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 217 Bytes

README.rst

File metadata and controls

12 lines (7 loc) · 217 Bytes

A Flask web-handler for the Google Appengine deferred library.

from flask import Flask
import FlaskDeferredHandler

app = Flask(__name__)
FlaskDeferredHandler.register(app)

Kinda stupid? Ah well