InstallationΒΆ

Django REST Framework is a dependency for this package, so before installing it you need to have Django REST Framework installed as a dependency. You can see how to install it by following these instructions

After installing Django REST Framework you can now follow these steps:

At the command line:

$ easy_install drf-rw-serializers

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv drf-rw-serializers
$ pip install drf-rw-serializers