Book Image

Learning Website Development with Django

Book Image

Learning Website Development with Django

Overview of this book

Table of Contents (18 chapters)
Learning Website Development with Django
Credits
About the Author
About the Reviewers
Preface
Index

Summary


We implemented two important features for our application in this chapter. The first feature was enabling users to vote for their favorite bookmarks and browse popular bookmarks. The second feature was allowing users to comment on bookmarks. These two features mean that users can discover new interesting bookmarks and communicate with each other, which has emphasized the social aspect of our application. During the course of this chapter, we learned about several new Django features, including the Django comments application.

The next chapter switches to a new topic. Sooner or later, you will need an administration interface for your application to manage your data models. Fortunately, Django comes with a fully-fledged administration interface ready to be used. We will learn how to enable and customize this interface in the next section, so keep reading!