From 4f8dd8da6f144b820e09596dfcd38a6a809f1f74 Mon Sep 17 00:00:00 2001 From: nitely Date: Sun, 8 Jun 2014 21:11:01 -0300 Subject: [PATCH] readme installing --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1687bf70..cfdc5458 100644 --- a/README.md +++ b/README.md @@ -33,21 +33,20 @@ Check out the [example](https://github.com/nitely/Spirit/tree/master/example) pr In short: -Add `spirit`, `djconfig` and `haystack` to your *INSTALLED_APPS* - Add `url(r'^', include('spirit.urls', namespace="spirit", app_name="spirit")),` to your *urls.py* Add `from spirit.settings import *` to the top of your *settings.py* file, -otherwise you will have to setup all django's related constants (Middlewares, Login_url, etc) +otherwise you will have to setup all django's related constants (Installed_apps, Middlewares, Login_url, etc) Run: - python pip install -r requirements.txt + pip install -r requirements.txt python manage.py syncdb python manage.py loaddata spirit_init python manage.py createcachetable spirit_cache + python manage.py collectstatic -> *Note:* +> **Note:** > > You will need to setup a search engine, > Spirit is configured to work with [Woosh](https://bitbucket.org/mchaput/whoosh/wiki/Home) by default.