Move project setup app links to their own module

This commit is contained in:
Roberto Rosario
2014-06-25 01:25:35 -04:00
parent ff6faa9629
commit 21bad298d3
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
from django.utils.translation import ugettext_lazy as _
link_setup = {'text': _(u'setup'), 'view': 'setup_list', 'famfam': 'cog'}