summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/urls.py
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2006-11-12 17:47:00 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2006-11-12 17:47:00 +0000
commit93f661a2c3cd3282419c5496a0086b7553aceaee (patch)
tree3db902f3a40812ef0e3b79d0e3606602f47fb875 /src/lib/Server/Hostbase/urls.py
parent3110821ebac31cb59fac2676c40ecd86d0829510 (diff)
downloadbcfg2-93f661a2c3cd3282419c5496a0086b7553aceaee.tar.gz
bcfg2-93f661a2c3cd3282419c5496a0086b7553aceaee.tar.bz2
bcfg2-93f661a2c3cd3282419c5496a0086b7553aceaee.zip
minor changes to make installation easier
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2494 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase/urls.py')
-rw-r--r--src/lib/Server/Hostbase/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Server/Hostbase/urls.py b/src/lib/Server/Hostbase/urls.py
index dd3d34eaf..e4ed42996 100644
--- a/src/lib/Server/Hostbase/urls.py
+++ b/src/lib/Server/Hostbase/urls.py
@@ -24,6 +24,7 @@ urlpatterns = patterns('Hostbase.hostbase.views',
#fixme: this is a temp. kludge to handle static serving of css, img, js etc...
#a better solution is to use mod_python/apache directives for the static serving
+os.environ['bcfg_media_root'] = '/usr/lib/python2.4/site-packages/Hostbase/media'
urlpatterns += patterns('',
(r'^site_media/(.*)$',