django-inline-edit
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.
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...