When the application is not mounted at the root of the (virtual) host, the Location header of HTTP redirect responses need to take this into account. I thought that the `HTTPSeeOther` exception handled this, but it does not, so the path needs to be explicitly constructed with `milla.Request.create_href`. |
||
---|---|---|
src/dyns | ||
.gitignore | ||
README.rst | ||
debug.py | ||
setup.py |
README.rst
==== DyNS ==== *DyNS* is a **highly** experimental web front-end for a dynamically-configurable `ISC BIND`_ authoritative DNS server using `PostgreSQL`_ as a *Dynamically Loadable Zone* (DLZ) backend database. .. _ISC BIND: http://www.isc.org/software/bind .. _PostgreSQL: http://www.postgresql.org/