Update application

This commit is contained in:
RemiZOffAlex
2019-10-27 19:40:03 +03:00
parent 1e9ac7eb97
commit 4a04efc355
28 changed files with 572 additions and 90 deletions

View File

@@ -24,6 +24,12 @@ Base.query = db_session.query_property()
# Пользователи
from .users import User
# Метки
from .tag import Tag
# Статьи
from .page import Page, TagPage
Base.metadata.create_all(engine)
__all__ = []