diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-28 18:01:01 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-28 18:01:01 -0500 |
commit | b87a2c4864db79b29df1e2ea3ac3c3c2759f05fa (patch) | |
tree | 97defc7569c5e52161681576296ba90bff47f62a /settings.py | |
parent | 174d04ad0334b1c441bc0237e3e2ed8f581575ef (diff) | |
parent | 461d27d75ffb36ad4e7f428b8b6722ae1d3afb98 (diff) |
Merge branch 'releng'
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 1d26d9eb..db1c93d3 100644 --- a/settings.py +++ b/settings.py @@ -104,6 +104,7 @@ INSTALLED_APPS = ( 'devel', 'public', 'south', # database migration support + 'releng', ) ## Import local settings @@ -123,4 +124,7 @@ if DEBUG_TOOLBAR: INSTALLED_APPS = list(INSTALLED_APPS) + [ 'debug_toolbar' ] +# URL to fetch a current list of available ISOs +ISO_LIST_URL = 'http://releng.archlinux.org/isos/' + # vim: set ts=4 sw=4 et: |