diff options
author | B Stack <bgstack15@gmail.com> | 2022-02-15 13:22:19 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2022-02-15 13:22:19 -0500 |
commit | 57531b689401fc86c42ada084e9ca4fd75331a1c (patch) | |
tree | 0127665ebf770adae338c80870105754c2502a31 /initdb.py | |
parent | initialize database in app (diff) | |
download | stackbin-57531b689401fc86c42ada084e9ca4fd75331a1c.tar.gz stackbin-57531b689401fc86c42ada084e9ca4fd75331a1c.tar.bz2 stackbin-57531b689401fc86c42ada084e9ca4fd75331a1c.zip |
shore up docs
Diffstat (limited to 'initdb.py')
-rw-r--r-- | initdb.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +# Unnecessary now that stackbin runs db.create_all() by itself. from stackbin import db no_wsgi = True db.create_all() |