Check out Real Python (https://realpython.com), if you're looking to learn web development with Python and Django.
Note: I am the co-founder/author
Real Python takes an experiential, learning by doing approach so you build interesting projects. Happy to provide a discount. Email us - info at realpython dot com. Cheers!
Also I would recommend you to follow my twitter account, where I regularly post what interesting I found about web development with Django: https://twitter.com/DjangoTricks
If you are already familiar with Python and basic server framework concepts (request, response, models, etc), just read the documentation and start building your own projects. It'll always be up to date.
What helped me the most from the basics to being a Django professional has been Two Scoops of Django. The best about this book is that is authoritatively opinionated about which are the best practices in the Django world. This really helps you not to get lost. See: https://www.twoscoopspress.com/products/two-scoops-of-django...
Django has a very extensive documentation along with tutorials, hints and examples. It's been the only resource I've needed besides a couple of blog posts.