Skip to content

openlibhums/file_editor

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors