Installation comment to address wagtail issue 220.

This commit is contained in:
Neal Todd 2014-05-27 16:54:06 +01:00
parent 6816ced85f
commit 9bbe3f1c19
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
# Production-configured Wagtail installation.
# BUT, SECURE SERVICES/ACCOUNT FOR FULL PRODUCTION USE!
# For a non-dummy email backend configure Django's EMAIL_BACKEND
# in settings/production.py post-installation.
# Tested on Debian 7.0.
# Tom Dyson and Neal Todd

View file

@ -1,5 +1,7 @@
# Production-configured Wagtail installation.
# BUT, SECURE SERVICES/ACCOUNT FOR FULL PRODUCTION USE!
# For a non-dummy email backend configure Django's EMAIL_BACKEND
# in settings/production.py post-installation.
# Tested on Ubuntu 13.04 and 13.10.
# Tom Dyson and Neal Todd