From: Brandon King Date: Mon, 12 Nov 2007 22:43:35 +0000 (+0000) Subject: [project @ Url should be /eland_config/ in this case.] X-Git-Tag: 0.1.0~74 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=6256f776cdf80ecc1816ce5abee83f8ffdafe341 [project @ Url should be /eland_config/ in this case.] --- diff --git a/bin/retrieve_eland_config.py b/bin/retrieve_eland_config.py index 3b337b0..60c0c2e 100644 --- a/bin/retrieve_eland_config.py +++ b/bin/retrieve_eland_config.py @@ -106,7 +106,7 @@ def saveConfigFile(flowcell, base_host_url, output_filepath): retrieves the flowcell eland config file, give the base_host_url (i.e. http://sub.domain.edu:port) """ - url = base_host_url + '/elandifier/config/%s/' % (flowcell) + url = base_host_url + '/eland_config/config/%s/' % (flowcell) f = open(output_filepath, 'w') try: diff --git a/ga_frontend/urls.py b/ga_frontend/urls.py index 398cdce..44f8121 100644 --- a/ga_frontend/urls.py +++ b/ga_frontend/urls.py @@ -8,7 +8,7 @@ databrowse.site.register(FlowCell) urlpatterns = patterns('', # Base: - (r'^ga_frontend/', include('ga_frontend.eland_config.urls')), + (r'^eland_config/', include('ga_frontend.eland_config.urls')), # Admin: (r'^admin/', include('django.contrib.admin.urls')), # Databrowser: