No project description provided
Project description
Widgy is a content editor somewhat in the line of CKEditor. It is not a WYSIWYG editor though. Widgy is more suited than CKEditor for editing pages, as in a CMS because it allows you to edit specific parts of the page and those parts know how to render themselves. Whereas a WYSIWYG stores its data in HTML, Widgy stores it in a Tree where each node can render itself.
Widgy is available under the Apache Version 2.0 license. Contribute on github.
Documentation
Read Widgy’s documentation at http://docs.wid.gy.
Installation
Install with pip.
pip install django-widgy
When developing Widgy, it might be handy to clone the repository then install it.
git clone git://github.com/fusionbox/django-widgy cd django-widgy pip install -e .
Design Philosophy
Read about Widgy’s data model at http://docs.wid.gy/en/latest/design/data-model.html.
Contributing
There is a developers mailing list available at widgy@fusionbox.com
Running the Tests
pip install -r requirements-test.txt make test
make test will run both the JavaScript and Python tests. To test one or the other, use make test-js or make test-py.
$ tox
$ tox will run the full test suite across all of the supported versions of Django and Python.
Coverage
Once coverage is installed (pip install coverage), the Makefile has two commands to help report on code coverage.
make coverage
will run the tests with coverage enabled and generate HTML coverage files.
make browser
will run the tests and open the coverage report in your web browser.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-widgy-0.8.3.tar.gz
.
File metadata
- Download URL: django-widgy-0.8.3.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fb691a7239049915ffe5fd0ad12486e3dd29fc37816aae0ed7dfd4af6267e7a |
|
MD5 | b9c1c51c9ff480ba3da30ec489815b14 |
|
BLAKE2b-256 | 2d84330b9d2597bd04c7959002f44e1d624d23e75f81b7e296d0f0658b7ca0f0 |