Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/20tab/twentytab-treeeditor
- Owner: 20tab
- License: mit
- Created: 2014-06-09T13:38:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T13:53:36.000Z (over 10 years ago)
- Last Synced: 2024-11-16T15:07:38.370Z (about 1 month ago)
- Language: JavaScript
- Size: 305 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. **