Skip to content

Commit 954f09d

Browse files
committed
Add the wsgi.py file
1 parent 0728353 commit 954f09d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/ch15_deploy/final/.idea/dictionaries/screencaster.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/ch15_deploy/final/wsgi.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from pypi_org.app import app, main
2+
3+
if __name__ == '__main__':
4+
main()

0 commit comments

Comments
 (0)