To set a cookie, I used this on Django docs..
blog/models.py
class Post(models.Model): author = models.Forei