diff --git a/orm/community.py b/orm/community.py index a6beed6c..ca5459fc 100644 --- a/orm/community.py +++ b/orm/community.py @@ -17,7 +17,7 @@ class Community(Base): @staticmethod def init_table(): with local_session() as session: - default = session.query(Community).filter(Community.slug == "default").first() + default = session.query(Community).filter(Community.slug == "discours").first() if not default: default = Community.create( name = "Дискурс",