summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-03-27 10:10:08 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-03-27 10:10:08 -0400
commitb4cf5bbafdda1b8f8fb4f51e6c961ffbbfe992d1 (patch)
treeeb8731a6c56a1c8766d5b6bc3e75ce90cc998db3 /settings.py
parentdb0519771d3a3a977439f905c281274630e0f607 (diff)
Pull references to Arch Linux in code into BRANDING_ variables in settings
This does not include templates
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 52339c53..998eefbd 100644
--- a/settings.py
+++ b/settings.py
@@ -156,3 +156,8 @@ if DEBUG_TOOLBAR:
INSTALLED_APPS = list(INSTALLED_APPS) + [ 'debug_toolbar' ]
# vim: set ts=4 sw=4 et:
+
+BRANDING_APPNAME = 'archweb'
+BRANDING_DISTRONAME = 'Arch Linux'
+BRANDING_SHORTNAME = 'Arch'
+BRANDING_EMAIL = 'Arch Website Notification <nobody@archlinux.org>'