|
|
|
|
|
by megaman821
4548 days ago
|
|
That's not true. Django doesn't install any other libraries. It simply includes them in Django itself, like simplejson or six. I think the packaging and setup tools are getting better so maybe it doesn't always have to be that way. |
|
You can also see the "no dependencies" claim on the Django website: https://www.djangoproject.com/download/, it's a selling point.