aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSam Walker <sw15612@my.bristol.ac.uk>2018-03-23 13:07:22 +0000
committerSam Walker <sw15612@my.bristol.ac.uk>2018-03-23 13:07:22 +0000
commit811e830f81ca718c842527631a92071155bf45ac (patch)
tree780d49d0ddecc78c7c7058627e50b608c75e5849 /setup.py
parent8ff531535c90ec336dee8e99c5fd3609ed1e149f (diff)
downloadcheatdb-811e830f81ca718c842527631a92071155bf45ac.tar.xz
added me
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 94ff864..f782142 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,11 @@ 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
+ db.session.add(sam)
mod1 = Package()
mod1.approved = True