virtual-appliance/airport/make.conf
Albert Hopkins 80bd6a3d83 airport: Update to work with new django1.5 version of airport.
* Only just python 3

* Update postgres dependency to 9.3

* Remove apache. Replace with nginx/uwsgi mix.

* Don't double-install packages in both portage and virtualenv.
2013-09-27 14:34:15 +00:00

5 lines
145 B
Plaintext

# Settings for Airport
PYTHON_TARGETS="python3_2"
USE_PYTHON="3.2"
NGINX_MODULES_HTTP="auth_basic gzip proxy referer rewrite headers_more uwsgi"