FlyWheel Documentation ====================== This is the online documentation for FlyWheel - A REST framework for Django. Some of FlyWheel's features: * Clean, simple, class-based views for Resources. * Support for ModelResources with nice default implementations and input validation. * Automatically provides a browse-able self-documenting API. * Pluggable Emitters, Parsers and Authenticators - Easy to customise. * Content type negotiation using Accept headers. * Optional support for forms as input validation. * Modular architecture - Easy to extend and modify. .. toctree:: :maxdepth: 1 resource modelresource emitters parsers authenticators response Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search`