diff -r 352db17719d2 -r 2cda8f1b4fae view.py --- a/view.py Mon Jan 31 17:30:48 2011 +0100 +++ b/view.py Mon Jan 31 17:31:09 2011 +0100 @@ -385,6 +385,7 @@ def entity_call(self, entity, **kwargs): raise NotImplementedError() + class StartupView(View): """base class for views which doesn't need a particular result set to be displayed (so they can always be displayed !)