moved requirements to top level

added me as admin
This commit is contained in:
Wout Schellaert 2015-03-28 13:32:22 +01:00
parent 756b447719
commit 95519f813f
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ feli.configure("feliciaan", True, 0)
db.session.add(feli)
destro = User()
destro.configure('wout', True, 0)
destro.configure('destro', True, 0)
db.session.add(destro)
burrito = Location()