View for all user related stuff.
A list of miniblog.models.Category that have entries attached.
A list of recent posts as returned by miniblog.models.get_recent_posts().
View for all administration stuff.
Everything with a view config needs to have the permission edit or it might expose administrative functions to the end user:
@view_config(route_name='...', permission='edit') def do_admin_stuff(self): ...
miniblog.models
miniblog.forms
Enter search terms or a module, class or function name.