sandiegopython/test-driven-django-development

Under section, Creating a model

riseriyo opened this issue · 0 comments

Change from: First let’s create a blog entry model....
to:
First, let's create a blog entry model by writing the code below in our blog/models.py file. Models are objects used to interface with your data, and are described in the Django model documentation. Our model will correspond to a database table which will hold the data for our blog entry.