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 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)