Skip to content

Commit

Permalink
Add script to
Browse files Browse the repository at this point in the history
  • Loading branch information
arlejeun committed Nov 3, 2017
1 parent 109702a commit 0997c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/project/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def __init__(self, *args, **kwargs):
metadata = db.DictField(required=True)
rating = db.IntField()
pub_date = db.DateTimeField(default=datetime.datetime.now)
status = db.StringField()
meta = {'strict': False}

def clean(self):
Expand Down

0 comments on commit 0997c1b

Please sign in to comment.