Skip to content

Commit

Permalink
Importing ticket model to make sure it is created
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjan94 committed Jul 12, 2016
1 parent ccf1d52 commit d59c90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions open_event/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
from open_event.helpers.helpers import string_empty
from open_event.models import db
from open_event.models.user import User
from open_event.models.ticket import Ticket, BookedTicket
from open_event.views.admin.admin import AdminView
from helpers.jwt import jwt_authenticate, jwt_identity
from helpers.formatter import operation_name
Expand Down

0 comments on commit d59c90b

Please sign in to comment.