Skip to content

Commit 9534532

Browse files
committed
I changed om_run.py file with app.py because of migrations
1 parent 4b45d84 commit 9534532

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from om_core import app
2+
3+
# To do: This place will change later
4+
config = {
5+
"development": "config.Development"
6+
}
7+
8+
if __name__ == "__main__":
9+
app.config.from_object(config["development"])
10+
app.run()

0 commit comments

Comments
 (0)