Add not joined rank

This commit is contained in:
rubenwardy
2018-03-20 04:03:13 +00:00
parent 73f24add61
commit 363f9d8016
3 changed files with 16 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ if not os.path.isfile("db.sqlite"):
ruben = User("rubenwardy")
ruben.github_username = "rubenwardy"
ruben.rank = UserRank.MEMBER
db.session.add(ruben)
jeija = User("Jeija")