# HG changeset patch # User neko259 # Date 2017-01-23 14:25:48 # Node ID 1562865b33898e9bfa23a976a8cc3608d9f07823 # Parent aa9b236193a93976d0839f722a938d42e2254fed Updated readme diff --git a/readme.markdown b/readme.markdown --- a/readme.markdown +++ b/readme.markdown @@ -33,7 +33,7 @@ 3. Setup a database in `neboard/settings Depending on configured database and search engine, you need to install corresponding dependencies manually. -Default database is *sqlite*, default search engine is *simple*. +Default database is *sqlite*. If you want to change the database backend, refer to the django documentation for the correct settings. Please note that sqlite accepts only one connection at a time, so you won't be able to run 2 servers or a server and a sync at the same time. 4. Setup SECRET_KEY to a secret value in `neboard/settings.py 5. Run `./manage.py migrate` to apply all migrations