This is a fork of django-rest-framework v2.4.x, just renamed to
rest_framework2 so it can installed alongside rest_framework to ease the
porting from 2.4.x to 3.x.
pip install djangorestframework2- find and replace all imports of
rest_frameworkwithrest_framework2 pip install djangorestframework- Start porting your code view by view.