Urls
URL configuration for the web platform.
- class smarter.lib.drf.urls.AuthTokenReverseNames[source]
Bases:
objectHolds named URL patterns for the account dashboard. This class provides constants for all named URL patterns used in the account dashboard views.
- detailview = 'auth_token_detail_view'
- listview = 'auth_token_list_view'
- listview_api = 'auth_token_list_api_view'
- listview_api_all = 'auth_token_list_api_view_all'
- listview_api_clone = 'auth_token_list_api_clone_view'
- listview_api_delete = 'auth_token_list_api_delete_view'
- listview_api_rename = 'auth_token_list_api_rename_view'
- namespace = 'drf'