This website requires JavaScript.
Explore
Help
Register
Sign In
xorbitlab
/
alumni_network
Watch
1
Star
0
Fork
You've already forked alumni_network
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
925077eca1
alumni_network
/
app
/
db
/
init_db.py
5 lines
98 B
Python
Raw
Blame
History
from
app
.
db
.
session
import
Base
,
engine
def
init_db
(
)
:
Base
.
metadata
.
create_all
(
bind
=
engine
)
Reference in New Issue
View Git Blame
Copy Permalink