mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-09 17:13:45 +01:00
added me
This commit is contained in:
parent
8ff531535c
commit
811e830f81
5
setup.py
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user