.. _views_admin_views: Admin Views Urls ================ Getting the url to a view in the admin section requires using ContentType and urlresolvers and is less than concise. So, to assist with creating these urls, CWF provides ``AdminView``. .. autoclass:: cwf.views.admin_views.AdminView :members: