Add REST API app links to the setup menu

This commit is contained in:
Roberto Rosario
2014-07-02 16:18:56 -04:00
parent 516a0744e3
commit b0eca8bb3e
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from django.utils.translation import ugettext_lazy as _
link_api = {'text': _(u'REST API'), 'view': 'api-root', 'famfam': 'disconnect', 'icon': 'disconnect.png'}

View File

@@ -0,0 +1,5 @@
from __future__ import absolute_import
from .links import link_api
setup_links = [link_api]

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB