Django is showing two rpy2 related packages
Django-rpy2
rpy2
Are they both different like i am familiar with rpy2 but what does Django-rpy2 offer? I am unable to find something in django-rpy2 documentation. What is it all about?
Thanks
Looks like django-rpy2
offers some features related to Django models but almost no documentation and the last package update is from July 2015, I don't recommend using it. Just use Django and Rpy2 separately (if you really have to use Rpy2). Check the source for more details (especially the models).