0
In the below line what is package and which one is module. I'm quite confused.
from django.shortcuts import render
2 odpowiedzi
+ 2
"django.shortcuts" is the module and "render" is the name.
django.shortcuts is located at django/shortcuts
0
Jay Matthews whats django ? Is that the name of package