suou.flask
Utilities for Flask
Functions
|
Add a ConfigOptions() object's public properties into a Flask app's context (i.e. variables available in templates). |
|
Integrate a I18n() object with a Flask application: - set g.lang - add T() to Jinja templates |
|
Get a Flask configuration value |
|
Make common "dork" endpoints unavailable |
|
Return an appropriate MIME type for the sake of content negotiation. |