Merge pull request #23 from prairir/pr-test

Update microblog.py
This commit is contained in:
Brady-Malott 2023-02-26 21:59:49 -05:00 committed by GitHub
commit 682de71332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
from app import create_app, db, cli
from app.models import User, Post, Message, Notification, Task
print('test')
app = create_app()
cli.register(app)