expephalon-ratesapi/urls.py

5 lines
No EOL
107 B
Python

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