Fix create database, really add iepoev to the database
This commit is contained in:
parent
9d9886c511
commit
bcefb66ac4
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ db.session.add(destro)
|
||||||
|
|
||||||
iepoev = User()
|
iepoev = User()
|
||||||
iepoev.configure('iepoev', True, 1)
|
iepoev.configure('iepoev', True, 1)
|
||||||
|
db.session.add(iepoev)
|
||||||
|
|
||||||
burrito = Location()
|
burrito = Location()
|
||||||
burrito.configure("Burrito Bar", "Top-4-straat Keknet-city", "burritofest.com")
|
burrito.configure("Burrito Bar", "Top-4-straat Keknet-city", "burritofest.com")
|
||||||
|
|
Loading…
Reference in a new issue