diff --git a/deploy/ansible/install.yml b/deploy/ansible/install.yml index ab3900a7..0dfeff6f 100644 --- a/deploy/ansible/install.yml +++ b/deploy/ansible/install.yml @@ -43,6 +43,10 @@ apt: name: apache2,libapache2-mod-wsgi-py3 + - name: Install Postfix + apt: + name: postfix,mailutils + - name: Install Certbot apt: name: certbot, python3-certbot-apache diff --git a/www/conservancy/settings.py b/www/conservancy/settings.py index a0b592df..31e5fbeb 100644 --- a/www/conservancy/settings.py +++ b/www/conservancy/settings.py @@ -17,8 +17,6 @@ # along with this program in a file in the toplevel directory called # "AGPLv3". If not, see . -import os.path - from djangocommonsettings import * SITE_ID = 2