endorsement/setup_db.py

6 lines
68 B
Python
Raw Permalink Normal View History

2018-11-28 13:24:32 +00:00
#!/usr/bin/env python3
from endorsement import db
db.create_all()