X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=ga_frontend%2Feland_config%2Furls.py;h=13d659b92a8ebb8e5bd8749c43b844c259875a76;hb=96dda2e23f287ce5a62fc0db84d55addbcc4b0d7;hp=1aefca26528523c34a180fa58e62a5b8e842d34e;hpb=6256f776cdf80ecc1816ce5abee83f8ffdafe341;p=htsworkflow.git diff --git a/ga_frontend/eland_config/urls.py b/ga_frontend/eland_config/urls.py index 1aefca2..13d659b 100644 --- a/ga_frontend/eland_config/urls.py +++ b/ga_frontend/eland_config/urls.py @@ -3,8 +3,8 @@ from django.conf.urls.defaults import * urlpatterns = patterns('', # Example: - (r'^config/(?PFC\d+)/$', 'ga_frontend.eland_config.views.config'), - (r'^config/$', 'ga_frontend.eland_config.views.config'), - (r'^$', 'ga_frontend.eland_config.views.index') + (r'^(?PFC\d+)/$', 'ga_frontend.eland_config.views.config'), + (r'^$', 'ga_frontend.eland_config.views.config'), + #(r'^$', 'ga_frontend.eland_config.views.index') )