doc fix
parent
1f7138a2be
commit
2725205d35
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue