CHAPTER 1Understanding Django

Code alone isn't enough. Sure, it's what the computer runs, but code has to come from somewhere. A programmer has to sit down and decide what features to include, how they should be implemented, what other software to utilize and how to provide hooks for future enhancements to be added. It's easy to skip straight to code, ignoring the cognitive process that produces it, but great programmers always have reasons for the decisions they make.

With a framework, like Django, many such decisions have already been made, and the tools provided are shaped by these decisions and by the programmers who made them. By adopting these philosophies in your own code, not only will you be consistent with Django and other applications, ...

Get Pro Django now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.