version advance, schema changes, style changes, terms and privacy policy, added installer script
This commit is contained in:
parent
9f9525ecd1
commit
c46b07a3b2
16 changed files with 446 additions and 51 deletions
5
app_init.py
Normal file
5
app_init.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from app import init_db_and_create_first_user
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
init_db_and_create_first_user()
|
||||
Loading…
Add table
Add a link
Reference in a new issue