Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richardbolt/django-bibletext-rv1865

Full text of the Reina Valera 1865 implemented with Django-bibletext.
https://github.com/richardbolt/django-bibletext-rv1865

Last synced: 18 days ago
JSON representation

Full text of the Reina Valera 1865 implemented with Django-bibletext.

Awesome Lists containing this project

README

        

Reina-Valera 1865 Django-Bibletext Viewer App
=============================================

A Django app for the full Reina Valera 1865 Bible text.

Plugs into the Django-Bibletext App and provides the full
Reina-Valera 1865 text.

Dependencies
------------

Uses [django-bibletext](http://github.com/richardbolt/django-bibletext) for
the core functioality. You will need that on your path somewhere.

Django-Bibletext uses [python-bible](http://github.com/jasford/python-bible) for
computing and handling the verse and passage lookups. You will need that
on your path somewhere. This dependency will possibly be removed in the future.

Installation
------------

* Make sure the dependencies are satisfied and this module is somewhere on your python path.
* Add `'rv1865'` to your `INSTALLED_APPS` in your **settings.py**.
* Create your database tables: `python manage.py syncdb`.
* Install initial data from fixtures: `python manage.py loaddata rv1865.json`.

Usage
-----

See [django-bibletext](http://github.com/richardbolt/django-bibletext) for usage details.