diff --git a/README.md b/README.md index daf9d516..f7fc55db 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,7 @@ otherwise you will have to setup all django's related constants (Installed_apps, Run: pip install -r requirements.txt - python manage.py migrate - python manage.py createcachetable - python manage.py collectstatic + python manage.py spiritinstall > You will need to setup a search engine, > Spirit is configured to work with [Woosh](https://bitbucket.org/mchaput/whoosh/wiki/Home) by default. diff --git a/example/README.md b/example/README.md index 228e91e2..3bc475fe 100644 --- a/example/README.md +++ b/example/README.md @@ -10,8 +10,7 @@ Spirit example application in this directory: $ source ./venv/bin/activate $ pip install . $ cd example - $ python manage.py migrate - $ python manage.py createcachetable spirit_cache + $ python manage.py spiritinstall $ python manage.py runserver You should then be able to open your browser on http://127.0.0.1:8000 and