from .views import RateUpdaterView ADMIN_URLS = [ ("update/", RateUpdaterView.as_view(), "updater"), ]