Skip to content

rbturnbull/dcodex_bible

Repository files navigation

dcodex bible

pipline slack

An extension for dcodex to use biblical manuscripts.

Installation

For a brand new dcodex site, it is easiest to install using dcodex-cookiecutter.

To install dcodex-bible as a plugin in a dcodex site already set up. Install with pip:

pip install -e https://github.com/rbturnbull/dcodex_bible.git#egg=dcodex_bible

Then add to your installed apps:

INSTALLED_APPS += [
    "dcodex_bible",
]

Then add the urls to your main urls.py:

urlpatterns += [
    path('dcodex_bible/', include('dcodex_bible.urls')),    
]

Installing Bible Verses

To use the standard versification system of the Old and New Testaments, run this command:

python manage.py import-bible-verses

Installing Reference Bibles

If you want to install a reference Bible text, you can use one (or more) of the following commands:

python manage.py import-world-english-bible
python manage.py import-sblgnt
python manage.py import-robinsonpierpont
python manage.py import-textusreceptus
python manage.py import-tisch
python manage.py import-westcotthort
python manage.py import-smithvandyck
python manage.py import-smithvandyck-nt
python manage.py import-swete

Sources

World English Bible: https://github.com/TehShrike/world-english-bible

About

Extension for DCodex to use Biblical Manuscripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published