mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-06 03:16:57 -06:00
test message
This commit is contained in:
4
wsgi.py
4
wsgi.py
@@ -1,9 +1,11 @@
|
||||
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}
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host="0.0.0.0")
|
||||
app.run(host="0.0.0.0")
|
||||
|
||||
Reference in New Issue
Block a user