From 14264d34a51598764cdb7e176bd1c0a3890e204f Mon Sep 17 00:00:00 2001 From: Daryl Egarr Date: Thu, 23 Jun 2016 16:05:43 +1200 Subject: [PATCH] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 3c995c2c..b57499ea 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,7 @@ Dependencies (pre-flight checklist) 4. `pip install django-bootstrap-form` and add `bootstrapform` to `settings.INSTALLED_APPS` 5. `pip install django-markdown-deux` and add `markdown_deux` to `settings.INSTALLED_APPS` 6. `pip install email-reply-parser` to get smart email reply handling +7. Add 'django.contrib.sites' to settings.INSTALLED_APPS, ensure there is at least 1 site created. **NOTE REGARDING SQLITE AND SEARCHING:** If you use sqlite as your database, the search function will not work as