bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 27 Feb 2012 15:24:14 +0100
changeset 8309 48ef505aa9f9
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[request] gather all base_url logic in a single place (closes #2200756) * Handle ``https base-url`` in the core code: ``./req.py`` and ``web/request.py`` * Remove custom ``base_url`` handling if web request

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])