view setup.cfg @ 69:dcf870775c26

Add compability with flask 0.8 In flask version 0.10 (current stable version) the behaviour changed. With this version it is possible to specify the server and port via the config variable SERVER_NAME. To allow this behaviour also with flask 0.8 which is the version shipped with Debian Wheezy this commit extracts the host and port from the SERVER_NAME config variable.
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 05 Jan 2015 12:37:56 +0100
parents f2cd3c54a132
children
line wrap: on
line source
[aliases]
release = egg_info -RDb "" sdist --formats=gztar,zip bdist_egg bdist_wheel
release_upload = egg_info -RDb "" sdist --formats=gztar,zip bdist_egg bdist_wheel upload
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)