8 Reasons Why Learning Django is Hard (Django Boston - January 2019)
The Django web framework famously has somewhat of a learning curve, but if you understand the common challenges to learning it properly, you'll progress much more quickly.
Beginners - 3 apps with CBVs • Mozilla - lending library app • SimpleIsBetterThanComplex - beginner’s guide 7-part series • RealPython - growing list of tutorials, some out-of-date • Official Polls tutorial - for intermediate web developers
local, dev, and production settings.py files • Environment variables the more modern approach but not well documented yet. • Most beginners are super confused by this!