aboutsummaryrefslogtreecommitdiff
path: root/initdb.py
blob: da4f05a017f4497c7f6f21e2650fac3367d00054 (plain)
1
2
3
from pastebin import db
no_wsgi = True
db.create_all()
bgstack15