django-pyston
latest
  • Installation
  • Configuration
  • Serializers
  • Reverse fields
  • Converters
  • RestMeta
  • Filtering
  • Ordering
django-pyston
  • Docs »
  • Django-pyston’s documentation
  • Edit on GitHub

Django-pyston’s documentation¶

Django-pyston is library originally created from django-piston application (https://github.com/django-piston/django-piston), but currently the code was fully rewritten. It’s purpose is help with developing RESTfull applications.

Features¶

Project Home¶

https://github.com/druids/django-pyston

Documentation¶

https://django-pyston.readthedocs.org/en/latest

Content¶

  • Installation
    • Requirements
      • Python/Django versions
      • Requirements
    • Using Pip
  • Configuration
    • Required Settings
      • INSTALLED_APPS
  • Serializers
    • Custom serializer
    • Serializable
    • SerializableObj
  • Reverse fields
    • Forms
    • Fields
  • Converters
    • Deserialization
    • Serialization
    • Configuration
  • RestMeta
  • Filtering
    • Filter manager
      • DefaultFilterManager
      • QueryStringFilterManager
      • MultipleFilterManager
    • Filtering field configuration
    • Filters
      • Field filter
      • Method filter
      • Resource filter
  • Ordering
    • Order manager
      • DefaultModelOrderManager
    • Ordering field configuration
    • Decorators
Next

© Copyright 2017, Luboš Mátl. Revision 9c8c65ec.

Built with Sphinx using a theme provided by Read the Docs.