rufuspollock-okfn / yourtopia

Web app for crowdsourcing preferences about index weighting such as the Human Development Index. Powers the YourTopia site - Global Development beyond GDP.
http://yourtopia.net/
14 stars 9 forks source link

Upgrade to Flask 0.8 #3

Closed rufuspollock closed 12 years ago

rufuspollock commented 12 years ago

Requires minor rewrites e.g. Views -> Blueprints

Will avoid warnings like:

DeprecationWarning: Modules are deprecated. Upgrade to using blueprints. Have a look into the documentation for more information. If this module was registered by a Flask-Extension upgrade the extension or contact the author of that extension instead. (Registered )
app.register_module(api, url_prefix='/api')
rufuspollock commented 12 years ago

No longer relevant as moving to pure JS.