Remove misc folder
This commit is contained in:
parent
a0e1e9265b
commit
7a53ea9258
@ -1 +0,0 @@
|
||||
This is a miscellaneous folder for Github and Yotter image.
|
Binary file not shown.
Before Width: | Height: | Size: 878 KiB |
Binary file not shown.
Before Width: | Height: | Size: 383 KiB |
Binary file not shown.
Before Width: | Height: | Size: 252 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.4 MiB |
Binary file not shown.
Before Width: | Height: | Size: 2.8 MiB |
Binary file not shown.
Before Width: | Height: | Size: 537 KiB |
@ -1,7 +0,0 @@
|
||||
from app import app, db
|
||||
from app.models import User, Post
|
||||
|
||||
|
||||
@app.shell_context_processor
|
||||
def make_shell_context():
|
||||
return {'db': db, 'User': User, 'Post': Post}
|
Reference in New Issue
Block a user