flask-classy
flask-classy copied to clipboard
Class based views for Flask
Results
42
flask-classy issues
Sort by
recently updated
recently updated
newest added
I couldn't find equivalents to the `url_for('.index')` syntax and the Blueprint `template_folder` keyword argument, so I added a few changes to [my fork](https://github.com/Blender3D/flask-classy) of Flask-Classy: - `FlaskView.url_for()`. Adds the view...
[email protected] recommended adding support for Lazy Views, which is useful for apps where initial load times are super important. I agree, as situations like GAE and Heroku can be impacted...