NoReverseMatch at /


#1

I am a noob in Django and I am having issues resolving the error in chapter 8 of HWA book and here is a screenshot of my output, urls.py, views.py and intex.html in that order. Any help would be appreciated.
I am on Ubuntu 16.04, Python 2.7.12, Django 1.9.6.


#2

Do you have an object with that slug in the datebase?


#3

According to the book, it will auto-fill in the field and here is how it looks like.