Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
Add the desktop context to the setup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Apr 14, 2015
1 parent 36e8e49 commit f5c74e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions createdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@
detail_name="registration id", icon="phone",
placeholder="laksdjfasdlfkj183097falkfj109f"
)
context4 = fmn.lib.models.Context.create(
session, name="desktop", description="fedmsg-notify",
detail_name="None", icon="console",
placeholder="There's no need to put a value here"
)
session.commit()

0 comments on commit f5c74e6

Please sign in to comment.