Urls

URL configuration for the web platform.

class smarter.apps.secret.urls.SecretReverseNames[source]

Bases: object

Holds named URL patterns for the account dashboard.

This class provides constants for all named URL patterns used in the account dashboard views.

detailview = 'secret_detail_view'
listview = 'secret_list_view'
listview_api = 'secret_list_api_view'
listview_api_all = 'secret_list_api_view_all'
listview_api_clone = 'secret_list_api_clone_view'
listview_api_delete = 'secret_list_api_delete_view'
listview_api_rename = 'secret_list_api_rename_view'
namespace = 'secret'