pull/1/head
Ed Summers 2011-09-10 11:49:44 +00:00
parent 9a133fe615
commit 5046b9a8eb
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ to install Python and python-setuptools in step 1:
1. `pip install -r requirements.pip` 1. `pip install -r requirements.pip`
1. `add2virtualenv ..` 1. `add2virtualenv ..`
1. `cp settings/dev.py settings/me.py` 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. 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. `echo 'export DJANGO_SETTINGS_MODULE=regluit.settings.me' >> ~/.virtualenvs/regluit/bin/postactivate`
1. `deactivate ; workon regluit` 1. `deactivate ; workon regluit`