Update docs - run python manage.py migrate once

We have to run python manage.py migrate once, in order to create the necessary tables for the postgres search backend.
Otherwise we get an error, as the insert in the table is not possible.
pull/3561/head
Sebastian 2017-04-20 19:56:53 +02:00 zatwierdzone przez Matt Westcott
rodzic f983c500cd
commit 49d706b406
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -63,6 +63,8 @@ Give it the alias `'default'` if you want it to be the default search backend:
},
}
After installing the module, run ``python manage.py migrate`` to create the necessary ``postgres_search_indexentry`` table.
You then need to index data inside this backend using
the :ref:`update_index` command. You can reuse this command whenever
you want. However, it should not be needed after a first usage since