Start updating docs.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 29 Aug 2019 08:11:08 +0000 (10:11 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 29 Aug 2019 08:11:08 +0000 (10:11 +0200)
commitf8237807eed38189cf909c73d37c2b3d1e2d584a
treebe3ba9553ae1c5561d0b4bd3439fd47340e50b89
parent2edc7aa5583b2d241b4f18a2b06b2dead36ea8c1
Start updating docs.
Change default config to ease basic setup: DEBUG is True, Celery and search are disabled.
15 files changed:
README.md
doc/advanced-setup.rst [new file with mode: 0644]
doc/basic-setup.rst [new file with mode: 0644]
doc/conf.py
doc/deployment.rst [new file with mode: 0644]
doc/index.rst
doc/installation.rst [deleted file]
requirements/requirements.txt
src/catalogue/models/book.py
src/catalogue/tests/test_doctests.py [new file with mode: 0644]
src/wolnelektury/settings/__init__.py
src/wolnelektury/settings/basic.py
src/wolnelektury/settings/celery.py
src/wolnelektury/settings/custom.py
src/wolnelektury/settings/static.py