From 2d74a6ae660f8f991483b8eb113cc8d399ebc72e Mon Sep 17 00:00:00 2001 From: Blabber Date: Sun, 14 Sep 2025 08:18:33 +0800 Subject: [PATCH 1/2] License By Tikami --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index bd58d51..7178354 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ +By Tikami!0914 GNU Free Documentation License Version 1.3, 3 November 2008 From 2e4fce429aa70b93f68d005f29880da21e7904a2 Mon Sep 17 00:00:00 2001 From: Blabber Date: Sun, 14 Sep 2025 08:20:29 +0800 Subject: [PATCH 2/2] manager by Tikami --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index 0455a6f..ab989c0 100644 --- a/manage.py +++ b/manage.py @@ -4,7 +4,7 @@ from app import create_app, db from app.models import ArticleType, article_types, Source, \ Comment, Article, User, Menu, ArticleTypeSetting, BlogInfo, \ - Plugin, BlogView + Plugin app = create_app() manager = Manager(app)