I found that there should be package for Django's rest framework on fedora, https://admin.fedoraproject.org/pkgdb/package/python-django-rest-framework/.
But it doesn't seem to exist when I try to install it on a fedora 21 box:
$ sudo yum install python-django-rest-framework
No package python-django-rest-framework available.
Error: Nothing to do
How do I best install Django restframework on a fedora 21 box? I don't want to use pip.
sudo yum install python-django
source: https://www.digitalocean.com/community/tutorials/how-to-install-the-django-web-framework-on-centos-7