django-inline-edit icon indicating copy to clipboard operation
django-inline-edit copied to clipboard

django-inline-edit makes it easy to create inline-editable content. Also provides a generic ConditionalDispatchView. Warning: very alpha.

Results 3 django-inline-edit issues
Sort by recently updated
recently updated
newest added

The read me could really do with more reading material on setting this up (what needs to be done before you go make the view and fill template etc.), also...

I couldn't find this package on Pypi so I installed it via: ``` pip install git+git://github.com/gabrielgrant/django-inline-edit.git ``` Problem with this though is that the static files are not installed, they...

Right now, ConditionalDispatchView.as_view simply attaches properties onto the true and false view classes. This works in the simple case (changing simple properties), but blows up with anything more complex (ie...