06/18 Phase 7
This commit is contained in:
@@ -12,8 +12,9 @@ from app.models.payments import Subscription, Transaction, Boost
|
||||
from app.models.ads import Ad, Sponsor, PromotedKeyword
|
||||
from app.models.audit import AuditLog
|
||||
from app.models.setting import Setting
|
||||
from app.models.review import Review
|
||||
|
||||
__all__ = ["Plan", "User", "TrustEvent", "Category", "Listing",
|
||||
"ListingImage", "ZipGeo", "Metro", "Conversation", "Message",
|
||||
"Favorite", "Report", "Subscription", "Transaction", "Boost",
|
||||
"Ad", "Sponsor", "PromotedKeyword", "AuditLog", "Setting"]
|
||||
"Ad", "Sponsor", "PromotedKeyword", "AuditLog", "Setting", "Review"]
|
||||
|
||||
Reference in New Issue
Block a user