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: .test/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
What I have tried
1
+
Notes and test codes
2
2
==================
3
3
4
4
This isn't a part of module `bookmanager` but a test field for development, recording codes and notes before production.
5
5
6
6
What is an address book?
7
7
------------------------
8
8
9
-
It should be a model which looks like that one intance can point to many intances for a many to many relationship.
9
+
It should be a model which looks like that one instance can point to many intances for a many to many relationship.
10
10
11
11
I tried to write pure models in Python only with some class(es), list, matrix or so. But I found the relationship part is not so handy and efficent. Mostly I am inventing wheels...
0 commit comments