Commit 200b0a1c authored by John Riz Daniel Ramos's avatar John Riz Daniel Ramos

Populated Models

parent bee958d7
......@@ -18,4 +18,4 @@ class Books(models.Model):
publisher = models.CharField(max_length=50)
year_published = models.IntegerField()
ISBN = models.IntegerField()
blurb = models.TextField(max_length=200)
\ No newline at end of file
blurb = models.TextField(max_length=1200)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment