Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dternyak committed Sep 30, 2018
1 parent 83098f0 commit ee0878a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

Base = declarative_base()

# TODO - determine how to tell IDEs like PyCharm not to delete this
from api.comment.models import *
from api.user.models import *


def init_db(engine_data: EngineData):
Base.metadata.create_all(engine_data.engine)
Expand Down

0 comments on commit ee0878a

Please sign in to comment.