Add a link to the REST API documentation app

This commit is contained in:
Roberto Rosario
2014-07-09 14:42:07 -04:00
parent c7a3afc35a
commit 12ab3854f9
3 changed files with 3 additions and 2 deletions

View File

@@ -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'}