aboutsummaryrefslogtreecommitdiff
path: root/initdb.py
blob: 65ca83e317ca50157b83666017d3a333a4b75cc3 (plain)
1
2
3
4
# Unnecessary now that stackbin runs db.create_all() by itself.
from stackbin import db
no_wsgi = True
db.create_all()
bgstack15