5 Changing database backend
6 -------------------------
8 The project does not rely on any features specific to a database backend, so you can choose
9 any of the :django:`backends supported by Django <topics/install/#get-your-database-running>`.
17 Setting up Solr to be documented.
23 Some tasks (like generating e-books) run in a seperate
24 Celery process by default, so you'll also need to run::
26 celery -A wolnelektury worker --loglevel=INFO