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


Phew, this was a long chapter, but hopefully, you have learned a lot from it! We started the chapter with learning about the jQuery framework and how to integrate it into our Django project. After that, we implemented three exciting features into our bookmarking application: live searching, in place editing and auto-completion.

The next chapter is going to be another exciting one. We will let users submit bookmarks to the front page and vote for their favorite bookmarks. We will also enable users to comment on bookmarks. So read on!