changed error page, MASSIVE new sound extension added with working YouTube duration, preparation and streaming API steps, wsgi random comment removal

This commit is contained in:
Xevion
2019-12-21 14:12:17 -06:00
parent 8cb5e077a4
commit 7f1a6a6e25
7 changed files with 110 additions and 21 deletions

View File

@@ -1,8 +1,6 @@
from app import app, db
from app.models import User, Post, Search
# test message
@app.shell_context_processor
def make_shell_context():
return {'db' : db, 'User' : User, 'Post' : Post, 'Search' : Search}