Skip to content

rbturnbull/dcodex_collation

Repository files navigation

dcodex_collation

pipline

An extension for dcodex to collate transcriptions.

Installation

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

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

pip install git+https://github.com/rbturnbull/dcodex_collation.git

Then add to your installed apps after dcodex:

INSTALLED_APPS += [
    # dcodex dependencies
    "adminsortable2",
    'easy_thumbnails',
    'filer',
    'mptt',
    'imagedeck',
    # dcodex apps
    "dcodex",
    "dcodex_collation",
]

Then add the urls to your main urls.py after the urls for dcodex:

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

Documentation to come soon.

More information found at https://github.com/rbturnbull/dcodex

About

Dcodex app to handle alignment of texts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published