Skip to content

playpauseandstop/Flask-LazyViews

Repository files navigation

Flask-LazyViews

Travis CI

Latest Version

Python versions

BSD License

Documentation

Registers URL routes for Flask application or blueprint in lazy way. Ships with additional support of registering admin views, error handlers, custom static files and rendering Jinja2 templates.

  • Based on original snippet from Flask documentation
  • Works on Python 2.6, 2.7 and 3.3+
  • BSD licensed
  • Latest documentation on Read the Docs
  • Source, issues and pull requests on GitHub
  • Install with pip install Flask-LazyViews