summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 107baa1..d4d3d96 100644
--- a/settings.py
+++ b/settings.py
@@ -124,4 +124,7 @@ if DEBUG_TOOLBAR:
INSTALLED_APPS = list(INSTALLED_APPS) + [ 'debug_toolbar' ]
+# rtf settings
+ISOLISTURL = 'http://releng.archlinux.org/isos/'
+
# vim: set ts=4 sw=4 et: