Django Series: Simpsons quote search engine
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:
- Introduction to Django
- Serving Simpsons quotes with Django
- A Simpsons quote search engine with Django
- Using Django templates
- Introducing Django REST Framework
- Using Django on existing data
- Authentication with Django REST Framework
I hope you find this series useful. I will come back soon with new ideas.