Improve topic sorting: add popular sorting by publications and authors count
This commit is contained in:
@@ -2,7 +2,7 @@ import time
|
||||
|
||||
from sqlalchemy import JSON, Boolean, Column, ForeignKey, Index, Integer, String
|
||||
|
||||
from services.db import Base
|
||||
from services.db import BaseModel as Base
|
||||
|
||||
|
||||
class TopicFollower(Base):
|
||||
|
Reference in New Issue
Block a user