Merge branch 'master' of github.com:ZeusWPI/James
This commit is contained in:
commit
1c76a318cd
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ destro = User()
|
|||
destro.configure('destro', True, 0)
|
||||
db.session.add(destro)
|
||||
|
||||
iepoev = User()
|
||||
iepoev.configure('iepoev', True, 1)
|
||||
db.session.add(iepoev)
|
||||
|
||||
burrito = Location()
|
||||
burrito.configure("Burrito Bar", "Top-4-straat Keknet-city", "burritofest.com")
|
||||
db.session.add(burrito)
|
||||
|
|
Loading…
Reference in a new issue