Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
Bugfix: Added fields import
  • Loading branch information
alfredfrancis authored Mar 26, 2018
1 parent 9cd774b commit 776fbc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/stories/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from bson.objectid import ObjectId
from mongoengine import *
from mongoengine import fields

from app import app

Expand Down

0 comments on commit 776fbc0

Please sign in to comment.