endorsement/setup_db.py

6 lines
68 B
Python
Raw Normal View History

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