derek73 / django-inplaceedit

Django application that allows you to inline edition of some data from the database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-inplaceedit

Information

https://travis-ci.org/django-inplaceedit/django-inplaceedit.png?branch=master https://coveralls.io/repos/django-inplaceedit/django-inplaceedit/badge.png?branch=master https://badge.fury.io/py/django-inplaceedit.png Documentation Status

Inplace Edit Form is a Django application that allows you to inline edition of some data from the database

It is distributed under the terms of the GNU Lesser General Public License <http://www.gnu.org/licenses/lgpl.html>

Demo (this video use a very old version of django-inplaceedit and django-inplaceedit-extra-fields)

Video Demo, of django-inplaceedit, django-inplaceedit-extra-fields and django-inlinetrans (Set full screen mode to view it correctly)

https://github.com/django-inplaceedit/django-inplaceedit/raw/master/video-frame.png

Requirements

  • Django (>= 1.2, even works with 1.1 with some customizations in your project)
  • jQuery (>=1.6)

Other packages related

Documentation

You can find more in the documentation at https://django-inplaceedit.readthedocs.org/en/latest/

Development

You can get the bleeding edge version of django-inplaceedit by doing a clone of its git repository:

git clone git://github.com/django-inplaceedit/django-inplaceedit.git

About

Django application that allows you to inline edition of some data from the database.

License:GNU Lesser General Public License v3.0


Languages

Language:Python 53.9%Language:JavaScript 34.0%Language:HTML 10.8%Language:CSS 1.4%