Skip to content

crccheck/django-contenteditable

 
 

Repository files navigation

Django contenteditable

With django-contenteditable you can easily create Django apps that use the powerful HTML contenteditable attribute. Contenteditable is supported by all non-mobile browsers, including Internet Explorer (see http://caniuse.com/#feat=contenteditable).

With django-contenteditable you can create simple and easy to use admin interfaces to allow your human users to edit/add/delete contents directly where they view them, without a backend site (e.g.: django.contrib.admin).

Current status

A big update has been pushed and I'll publish a new README file tomorrow evening (GMT).

About

HTML5 contenteditable support in django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.7%
  • JavaScript 27.5%
  • CSS 5.8%