Skip to content

Commit

Permalink
Merge branch 'fix-article-stories-issues-162694397' of https://github…
Browse files Browse the repository at this point in the history
….com/andela/ah-jumanji into fix-article-stories-issues-162694397
  • Loading branch information
GransonO committed Dec 18, 2018
2 parents f463246 + 6488a05 commit 892ee2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authors/apps/articles/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Articles(models.Model):
title = models.CharField(max_length=250)
description = models.CharField(max_length=350)
body = models.TextField()
tagList = models.CharField(max_length=200)
tagList = models.CharField(max_length=200)
createdAt = models.DateTimeField(auto_now_add=True)
updatedAt = models.DateTimeField(auto_now=True)
favorited = models.BooleanField(default=False)
Expand Down

0 comments on commit 892ee2b

Please sign in to comment.