Book Image

Django Design Patterns and Best Practices

By : Arun Ravindran
Book Image

Django Design Patterns and Best Practices

By: Arun Ravindran

Overview of this book

Table of Contents (19 chapters)
Django Design Patterns and Best Practices
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Views and URLs

In this chapter, we will discuss the following topics:

  • Class-based and function-based views

  • Mixins

  • Decorators

  • Common view patterns

  • Designing URLs