Skip to content

Repository files navigation

file_editor

A Django file editor app for Janeway.

Installation

Install directly from the Open Library of Humanities GitHub repository:

pip install git+https://github.com/openlibhums/file_editor.git

Then add it to your Django project's INSTALLED_APPS:

INSTALLED_APPS = [
    # ...
    "file_editor",
]

Finally, include the app's URLs in src/core/include_urls.py:

path("file-editor/", include("file_editor.urls")),

About

A django file editor app for Janeway.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages