Administration system with custom workflow

One of the key benefits of Django is the near-automatic configuration of the administrative section of a system. This allows us to give administrators an easy-to-use and consistent interface to perform day-to-day operations.


Most of the time the the normal Django 'admin' is enough, however more complex systems often require custom-made workflows to ease repetitive tasks. By using a whole scala of existing modules and by developing custom modules we further enhance the admin to provide features like dashboards, import/export mechanisms, reporting and graphing.