You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,14 @@ When you activated the Django environment, you instantiated a variable called 'p
48
48
plus.User.objects.all()
49
49
```
50
50
51
-
We also provide a utility for introspection of classes, which can be useful in sophisticated project architectures.
51
+
We also provide a utility for introspection of classes, which can be useful in sophisticated project architectures. Running this code in a Jupyter notebook shell:
0 commit comments