summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-22 14:53:43 -0300
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-10 01:08:41 -0500
commit50bb0fc87d0701423ef8d926b8975aa8de6e1b35 (patch)
tree25d26cc138312e050c73b75e1d917bcfbc06f269
parent231f348c1272fef40df7405c0a6bf28670c4ba5c (diff)
Add Artists group and update Support Staff description
-rw-r--r--devel/fixtures/staff_groups.json16
-rw-r--r--main/fixtures/groups.json8
2 files changed, 23 insertions, 1 deletions
diff --git a/devel/fixtures/staff_groups.json b/devel/fixtures/staff_groups.json
index d0a0facf..416e2a02 100644
--- a/devel/fixtures/staff_groups.json
+++ b/devel/fixtures/staff_groups.json
@@ -32,7 +32,7 @@
"group": [
"Support Staff"
],
- "description": "These are the unheralded people that keep things running behind the scenes. Forum moderators, wiki admins, IRC moderators, mirror maintenance, and everything else that keeps a GNU/Linux distro running smoothly.",
+ "description": "This is a list of the current Parabola forum moderators, wiki admins, IRC moderators, mirror maintenance, and everything else that keeps a GNU/Linux distro running smoothly.",
"sort_order": 5,
"member_title": "Staff",
"slug": "support-staff",
@@ -40,5 +40,19 @@
},
"model": "devel.staffgroup",
"pk": 5
+},
+{
+ "fields": {
+ "group": [
+ "Artists"
+ ],
+ "description": "This is a list of the current Parabola Artists. They maintain Parabola Artwork, including digital art, traditional art, skins for applications, customization utilities, and everything else that keeps a GNU/Linux distro for a better visualization and outreach through the free culture.",
+ "sort_order": 12,
+ "member_title": "Artist",
+ "slug": "artists",
+ "name": "Artists"
+ },
+ "model": "devel.staffgroup",
+ "pk": 6
}
]
diff --git a/main/fixtures/groups.json b/main/fixtures/groups.json
index e1ef0556..fd36e38c 100644
--- a/main/fixtures/groups.json
+++ b/main/fixtures/groups.json
@@ -500,5 +500,13 @@
},
"model": "auth.group",
"pk": 11
+},
+{
+ "fields": {
+ "name": "Artists",
+ "permissions": []
+ },
+ "model": "auth.group",
+ "pk": 12
}
]