πŸβ„’
1.26K subscribers
110 photos
27 files
34 links
Python Tutorials and Books
Download Telegram
The Singleton β€” Python 3 Patterns, Recipes and Idioms
http://python-3-patterns-idioms-test.readthedocs.io/en/latest/Singleton.html
Logging HOWTO β€” Python 3.7.4 documentation
https://docs.python.org/3/howto/logging.html
Django RelationshipsπŸ‘‡
...................................................
One to one fields
Many to one fields
Many to many fields
---------------------------------------------------
https://docs.djangoproject.com/en/2.2/topics/db/examples/one_to_one/

https://docs.djangoproject.com/en/2.2/topics/db/examples/many_to_one/

https://docs.djangoproject.com/en/2.2/topics/db/examples/many_to_many/