Skip to content

Commit

Permalink
Merge pull request #539 from quanpower/patch-1
Browse files Browse the repository at this point in the history
Update quickfiles.rst
  • Loading branch information
dpgaspar committed Jul 7, 2017
2 parents 3640850 + cdbbe0f commit 074e2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickfiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Define your model (models.py)
::

from flask_appbuilder import Model
from flask_appbuilder.model.mixins import ImageColumn
from flask_appbuilder.models.mixins import ImageColumn

class Person(Model):
id = Column(Integer, primary_key=True)
Expand Down

0 comments on commit 074e2d0

Please sign in to comment.