Usage ===== The best you can do right now is have a look on the examples. Every feature is demo'ed there. * Minimal code one has to write to create a view in the Cruditor context (examples/minimal) * How to provide a classic List/Add/Change/Delete set of views with nearly no effort (examples/collection) * How to provide filters in the list view to find the right objects (examples/collection) * How to work with data not coming form the Django ORM (examples/remote) * How to integrate inline formsets for related data (examples/formset) To start, just check out the repository and run the examples project. After creating a superuser you can log in and find all demos in the menu.