Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/20tab/twentytab-treeeditor

A django app that provides FeinCMS admin tree editor.
https://github.com/20tab/twentytab-treeeditor

Last synced: 21 days ago
JSON representation

A django app that provides FeinCMS admin tree editor.

Awesome Lists containing this project

README

        

twentytab-treeeditor
====================

A django app that provides FeinCMS admin tree editor.

## Installation

Use the following command: pip install twentytab-treeeditor

## Configuration

- settings.py

```py
INSTALLED_APPS = {
...,
'treeeditor',
...
}
```

- Static files

Run collectstatic command or map static directory.

** This app overrides {% block filters %} in change_list.html template. **