def register_admin_urls(): return [ url(r'^videos/', include(urls, namespace='wagtailvideos', app_name='wagtailvideos')), ]