This website works better with JavaScript.
Home
Explore
Help
Sign In
junikimm717
/
walker-database
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26
Commits
1
Branch
0
Tags
234 KiB
Python
55.6%
HTML
41.1%
Nix
1.4%
Mako
1%
Dockerfile
0.7%
Other
0.2%
Tree:
bdce561209
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bdce561209'
${ noResults }
walker-database
/
initialize_db.py
6 lines
93 B
Raw
Blame
History
#!/usr/bin/env python3
from
app
import
app
,
db
with
app
.
app_context
(
)
:
db
.
create_all
(
)
Reference in new issue