This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
103
stars
35
forks
source link
Rename `Post` to `BlogPost` (to avoid confusion with HTTP POST) #22
Closed
treyhunner closed 10 years ago
Assigning
self.post
to be a model instance in a class-based view is not a good idea.