I am new to django and I was browsing the djangopackages site. I am wondering what is the difference between these django packages and python libraries that are not django packages.
So, for example, sendgrid has a django package, as well as several regular python libraries. If I want to use the sendgrid shell from a django application, what benefits can I get using the django package and not the other python libraries that are available and more often supported?
source
share