[Solved] what books are best for django 3? [closed]


From my point of view, the best you can do is to read the whole documentation https://docs.djangoproject.com/en/3.0/ it answers most of the questions you might have and it shows what is possible to do with Django. Its very well written and I really enjoyed reading it. You should be able to write your Django app by yourself after reading the doc, and google only the specific problems you will encounter while developing using Django framework.

solved what books are best for django 3? [closed]