Skip to main content

Heterogeneous tree editor for Django

Project description

Widgy: Tree Editor for Django

Build Status

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 2-clause BSD license. Contribute on github.

Documentation

Read Widgy’s documentation at http://django-widgy.readthedocs.org.

Installation

Widgy does not yet have a stable release, so it should be installed from source.

pip install -e git://github.com/fusionbox/django-widgy#egg=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://django-widgy.readthedocs.org/en/latest/design/data-model.html.

Running the Tests

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.

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.

Changelog

0.1.2 (2013-10-23)

  • Fix Widgy admin for static files hosted on a different domain

0.1.1 (2013-10-21)

  • Adjust MANIFEST.in to fix PyPi install.

  • Fix layout having a unicode verbose_name

0.1.0 (2013-10-18)

First release.

Basic features:

  • Heterogeneous tree editor (widgy)

  • CMS (widgy.contrib.widgy_mezzanine)

  • CMS Plugins (widgy.contrib.urlconf_include)

  • Widgets (widgy.contrib.page_builder)

  • Form builder (widgy.contrib.form_builder)

  • Multilingual pages (widgy.contrib.widgy_i18n)

  • Review queue (widgy.contrib.review_queue)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

widgy-0.1.2.tar.gz (1.4 MB view details)

Uploaded Source

File details

Details for the file widgy-0.1.2.tar.gz.

File metadata

  • Download URL: widgy-0.1.2.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for widgy-0.1.2.tar.gz
Algorithm Hash digest
SHA256 da2d1d23eea1a68bbab863900707fd933f6462b833b4d73652ab8156e9ff5606
MD5 ab66a075eb5c14b0d038c062207b67d9
BLAKE2b-256 c02b8e63b5ca83559a1b0a16681d319134def1bce1a7726614d6e207b09358d7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page