Update readme to include email and 'sites' config details. Fixes issue #41.

This commit is contained in:
Ross Poulton 2009-01-11 01:53:04 +00:00
parent f1e5632ed0
commit fe7d42e257

12
README
View File

@ -124,6 +124,18 @@ LICENSE.JQUERY and LICENSE.NICEDIT for their respective license terms.
This will, on a weekly basis, create exclusions for the coming weekend.
6. Log in to your Django admin screen, and go to the 'Sites' module. If the
site 'example.com' is listed, click it and update the details so they are
relevant for your website.
7. If you do not send mail directly from your web server (eg, you need to
use an SMTP server) then edit your settings.py file so it contains your
mail server details:
EMAIL_HOST = 'XXXXX'
EMAIL_HOST_USER = 'YYYYYY@ZZZZ.PPP'
EMAIL_HOST_PASSWORD = '123456'
You're now up and running!
#########################