What is the difference between django package and python library?

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?

+5
source share
1 answer

Django Django (models.py, views.py ..), settings.py. Django - Django, Python.

Python , Django (, , ). , Django . , Django.

+5

All Articles