aboutsummaryrefslogtreecommitdiff
path: root/wsgi_production.py
AgeCommit message (Collapse)Author
2016-03-08allowed_hosts: allow llp code to use a hosts fileBen Copeland
In process of getting LLP to GEO, we need define allowed addresses in django, as the geo-dns address will be from multiple addresses. Change-Id: I856a18a6b2dc1a5ab11cfaa0ef24147723da2825 Reviewed-on: https://review.linaro.org/10853 Reviewed-by: Andy Doan <andy.doan+gerrit@linaro.org>
2016-03-02django 1.8: fix ALLOWED_HOSTS logicAndy Doan
Django 1.8 is importing our settings before our wsgi code had time to populate the environment which left it only listening to localhost. Change-Id: I628fd86a6dbb5ca3c38653b2d5c1cbb54b552a5f
2016-02-10django 1.8: allow wsgi script to support old and new django versionsAndy Doan
This change is compatible with both Django 1.6 and 1.8 Change-Id: I78c09c1619cdb2a055d2f4d554325a92f9803b7c Reviewed-on: https://review.linaro.org/10366 Reviewed-by: Ben Copeland <ben.copeland@linaro.org>
2015-01-07add production version of wsgi and settingsAndy Doan
These were broken and maintained separately, but they can all be easily consolidated. With this change in place we can delete: https://git.linaro.org/infrastructure/linaro-license-protection-configs.git Change-Id: Iae15f15c822de3d181d8baec9b2e7c0e4b6fe405