What's next?
This chapter concludes the introductory material in this book-the so-called core curriculum The next section of the book, Chapters 7, Advanced Views and URLconfs, to Chapter 13, Deploying Django, goes into more detail about advanced Django usage, including how to deploy a Django application (Chapter 13, Deploying Django). After these first seven chapters, you should know enough to start writing your own Django projects. The rest of the material in this book will help fill in the missing pieces as you need them. We'll start in Chapters 7, Advanced Views and URLconfs, by doubling back and taking a closer look at views and URLconfs (introduced first in Chapter 2, Views and URLconfs).