aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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