From 6256f776cdf80ecc1816ce5abee83f8ffdafe341 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Mon, 12 Nov 2007 22:43:35 +0000 Subject: [PATCH] [project @ Url should be /eland_config/ in this case.] --- bin/retrieve_eland_config.py | 2 +- ga_frontend/urls.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.30.2