What's next?

You now have the basics of Django's template system under your belt. What's next? Most modern websites are database-driven: the content of the website is stored in a relational database. This allows a clean separation of data and logic (in the same way views and templates allow the separation of logic and display.) The next chapter covers the tools Django gives you to interact with a database.

Get Mastering Django: Core 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.