python3-djangorestframework-fsm-transitions

Django-FSM transitions for Django REST Framework (Python3 version)
  https://github.com/hzy/drf-fsm-transitions
  0
  no reviews



Automatically hook your Django-FSM transitions up to Django REST Framework by using the provided viewset mixin. Each transition will be made available through its name in the object URL and can be called using POST.

This package contains the Python 3 version of the library.