This website works better with JavaScript.
Home
Explore
Help
Sign In
jose.reyes46
/
upr_espera
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
No Description
4
Commits
2
Branches
Tree:
293e1bac22
develop
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '293e1bac22'
${ noResults }
upr_espera
/
__init__.py
__init__.py
119B
History
Raw
1
2
3
4
5
6
7
8
def create_app():
app = ...
# existing code omitted
from . import db
db.init_app(app)
return app