Add release to handholds

This commit is contained in:
rubenwardy 2018-04-08 19:33:42 +01:00
parent 1ecc3db383
commit 0779d015bf
1 changed files with 8 additions and 0 deletions

View File

@ -84,6 +84,7 @@ awards.register_achievement("award_mesefind",{
rel.package = mod1
rel.title = "v1.0.0"
rel.url = "https://github.com/rubenwardy/awards/archive/master.zip"
rel.approved = True
db.session.add(rel)
mod2 = Package()
@ -199,6 +200,13 @@ No warranty is provided, express or implied, for any part of the project.
mod.desc = "This is the long desc"
db.session.add(mod)
rel = PackageRelease()
rel.package = mod
rel.title = "v1.0.0"
rel.url = "https://github.com/ezhh/handholds/archive/master.zip"
rel.approved = True
db.session.add(rel)
mod = Package()
mod.approved = True
mod.name = "other_worlds"