* replaces function based views for creating, editing, removing and fetching documents with class based views * implemented for all major data types
* splits ema/views.py (+700 lines) into separate files in new module * view files can now be found in /ema/views/...