summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:54:14 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:54:14 -0400
commit141581458bd5fe787652478e533f687c23227568 (patch)
treea8fcb2afbb8ccbf886a44fe03736d21362eecb30 /settings.py
parentf524897389bb113fa16beb52ab01a9c85a1cbd78 (diff)
introduce BRANDING_SLUG for releng
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 54881f3d..a6be4610 100644
--- a/settings.py
+++ b/settings.py
@@ -189,6 +189,7 @@ DOMAIN_RE = r'^(.+\.)?parabolagnulinux.org$'
BRANDING_APPNAME = 'parabolaweb'
BRANDING_DISTRONAME = 'Parabola GNU/Linux-libre'
BRANDING_SHORTNAME = 'Parabola'
+BRANDING_SLUG = 'parabola'
BRANDING_WIKINAME = 'ParabolaWiki'
BRANDING_EMAIL = 'Parabola Website Notification <nobody@parabolagnulinux.org>'
BRANDING_OSEARCH_TAGS = 'gnu linuxlibre parabola package software'