Skip to content

Commit 6e42d58

Browse files
committed
Make example project app.py executable
The README.doc says to execute ./app.py, but the file is not executable and does not have a shebang.
1 parent 9efb84a commit 6e42d58

File tree

1 file changed

+2
-0
lines changed
  • examples/flask_sqlalchemy

1 file changed

+2
-0
lines changed

examples/flask_sqlalchemy/app.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
from flask import Flask
24

35
from database import db_session, init_db

0 commit comments

Comments
 (0)