Skip to content

peroshi/django-sirtrevor-field

Repository files navigation

Django SirTrevor Field

Build Status

Not ready for production! Library in planning stage. No promises.

A django field based on the Sir Trevor JS rich content editor.

TODO

  • Based on django.contrib.postgres.postgres's JSONField.
  • 100% test coverage enforced by CI.
  • SirTrevorWidget.
  • Works with django.forms.Form.
  • Works with django.forms.ModelForm.
  • Works with django admin.
  • On PyPI.
  • Quickstart docs.
  • API docs.
  • CONTRIBUTING.md.

Contribution

Testing

We use tox to run the tests, and TravisCI for continuous integration. To run the tests locally, install tox:

pip install tox

and then run:

make test

Style guide

The test suite includes flake8 and isort. This is an attempt to make it easier to follow the opinionated code style preferences of this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published