diff --git a/.env.example b/.env.example index 2740505e..2dda0aa7 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ -# Please enter your gmail username and password -# Also enable insecure logins +# Please enter your gmail address +# Also create an gmail app password GMAIL_USER=YOUR_GMAIL_ACCOUNT@GMAIL.COM -GMAIL_PASSWORD=YOU_GMAIL_PASSWORD +GMAIL_PASSWORD=YOUR_APP_PASSWORD @@ -17,6 +17,7 @@ GMAIL_PASSWORD=YOU_GMAIL_PASSWORD DATABASE_NAME=murmur MYSQL_PASS=murmurdb DATABASE_HOST=db +GMAIL_PORT=587 # domain name used for sending emails DOMAIN_NAME=localhost:8000 diff --git a/README.md b/README.md index e8e0b7cb..69558d37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[](https://gitter.im/haystack/murmur?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://docs.djangoproject.com/en/3.0/releases/1.8/) [](https://www.python.org/download/releases/2.7/) +[](https://gitter.im/haystack/murmur?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://docs.djangoproject.com/en/3.0/releases/1.10/) [](https://www.python.org/download/releases/2.7/) Murmur = @@ -36,7 +36,7 @@ Next set up the environment variables. The only variables you should need to set 1. `cp .env.example .env` 2. Fill in the correct values in `.env` for your gmail account. Put your gmail address and a google app password. 3. Use `make` to create the database and create a superuser account to login -4. Check it out on `localhost:8000 +4. Check it out on `localhost:8000` #### Starting and Stopping Docker diff --git a/browser/templates/murmur/about.html b/browser/templates/murmur/about.html index 6a178285..d4c36620 100644 --- a/browser/templates/murmur/about.html +++ b/browser/templates/murmur/about.html @@ -14,18 +14,8 @@ {% block content %} -{% if flavour != "mobile" %}
