Django - The Easy Way (2nd Edition) pdf
Django - The Easy Way (2nd Edition) A step-by-step guide on building Django websites Samuli Natri © 2017 - 2018 Samuli Natri Preface “Django - The Easy Way (2nd Edition)” book is a practical, step-by-step guide on how to build Django websites. Django is a Python based open source web development framework that has been around since 2005. It enables you to create complex database-driven websites while keeping things decoupled and dry. The Python Package Index (PyPI) hosts numerous free packages that can be used to extend projects without re-inventing the wheel. Django is used by some well-known sites like Instagram, Bitbucket and Disqus. To download and view the PDF file click the link below: https://drive.google.com/file/d/1tn_y8n0Mwcx53cjqsMfkKw4zc3I8hJVv/view?usp=sharing About this book This book is about learning the Django web framework with simple, practical examples. It guides you through all the main concepts one at the time. We will work on many small projects rather tha