LogoEjk

emilkhatib.com

Django Series: Simpsons quote search engine

April 17, 2016

In the last entries, we have incrementally developed a very simple Django application that searched among a database of Simpsons quotes.

In the last entries, we have incrementally developed a very simple Django application that searched among a database of Simpsons quotes. To simplify the reading of these entries, I have enabled a Bitbucket repo with the source code: Go

Index of the entries:

  1. Introduction to Django
  2. Serving Simpsons quotes with Django
  3. A Simpsons quote search engine with Django
  4. Using Django templates
  5. Introducing Django REST Framework
  6. Using Django on existing data
  7. Authentication with Django REST Framework

I hope you find this series useful. I will come back soon with new ideas.

Return to blog