summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorTom Willemsen <tom.willemsen@archlinux.us>2011-04-28 12:43:01 -0500
committerDan McGee <dan@archlinux.org>2011-04-28 14:00:54 -0500
commitc5a28f88936fba06755aefec61a017c2ce94ba40 (patch)
tree76add6504dff0e7f882b151094b607bc5b5b8be8 /settings.py
parentc292dcfc6bf96ebf5f34342beb1367aa5361f7c4 (diff)
downloadarchweb-c5a28f88936fba06755aefec61a017c2ce94ba40.tar.gz
archweb-c5a28f88936fba06755aefec61a017c2ce94ba40.zip
isotests: modelines, imports, url and pass
* Added vim modelines to files. * Rearranged import statements. * Moved the arch releng isos url to settings.py. * Fixed some issues that arose from forgetting to import the isotests urls package. * removed redundant str() calls. Signed-off-by: Dan McGee <dan@archlinux.org>
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 107baa17..d4d3d96b 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: