mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-11 06:09:00 -06:00
remove all previous files
This commit is contained in:
16
wsgi.py
16
wsgi.py
@@ -1,16 +0,0 @@
|
||||
from app import app, db
|
||||
from app.models import Season, Episode, Section, Quote
|
||||
|
||||
@app.shell_context_processor
|
||||
def make_shell_context():
|
||||
return {
|
||||
'db' : db,
|
||||
'Season' : Season,
|
||||
'Episode' : Episode,
|
||||
'Section' : Section,
|
||||
'Quote' : Quote
|
||||
}
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host="0.0.0.0")
|
||||
Reference in New Issue
Block a user