From 5046b9a8ebf03883a5ee1fbe8322ad3aa220bd36 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Sat, 10 Sep 2011 11:49:44 +0000 Subject: [PATCH] doc fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c4d60e1..b8a837cd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ to install Python and python-setuptools in step 1: 1. `pip install -r requirements.pip` 1. `add2virtualenv ..` 1. `cp settings/dev.py settings/me.py` -1. edit `settings/me.py` and set `EMAIL_HOST_USER` and `EMAIL_HOST_PASSWORD` to your gmail username and password, so that registration emails will work properly. +1. edit `settings/me.py` and set `EMAIL_HOST_USER` and `EMAIL_HOST_PASSWORD` to your gmail username and password, if you want to see that registration emails will work properly. 1. edit `settings/me.py` and look at the facebook, twitter and google auth settings to enable federated logins from those sites 1. `echo 'export DJANGO_SETTINGS_MODULE=regluit.settings.me' >> ~/.virtualenvs/regluit/bin/postactivate` 1. `deactivate ; workon regluit`