Use bash script to start server

This commit is contained in:
rubenwardy
2018-03-24 02:36:14 +00:00
parent 6be5b3eb42
commit cd77ad6050
7 changed files with 10 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ if not os.path.isfile("db.sqlite"):
jeija = User("Jeija")
jeija.github_username = "Jeija"
db.session.add(jeija)
sam = User("fillthisinlater")
sam.github_username = "fillthisinlater"
sam.rank = UserRank.EDITOR