Commit Graph

2 Commits

Author SHA1 Message Date
Paul Eggleton
f3202c38e6 Drop python 2 references
With Python 2.x going out of support [1], remove remaining references to
it.

[1] https://www.python.org/dev/peps/pep-0373/

Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2020-03-27 09:24:05 +13:00
Paul Eggleton
ee7e5a0564 dockersetup: set site info and email host
In order to have registration/password reset emails working properly we
need to have both the site domain and email host/port set correctly.
Email host/port is easy to set (environment variable read into the
configuration). However, to set the site info, create a simple script
that we can call to do so.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2019-07-17 11:31:04 +12:00