Add a link to the REST API documentation app
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
link_api = {'text': _(u'REST API'), 'view': 'api-root', 'famfam': 'disconnect', 'icon': 'disconnect.png'}
|
||||
link_api_documentation = {'text': _(u'REST API Documentation'), 'view': 'django.swagger.base.view', 'famfam': 'book', 'icon': 'book.png'}
|
||||
|
||||
Reference in New Issue
Block a user