Move app url namespaces updates

This commit is contained in:
Roberto Rosario
2014-09-06 16:30:12 -04:00
parent 5d5d9e45b8
commit 76b2cdefcc
28 changed files with 152 additions and 151 deletions

View File

@@ -6,6 +6,7 @@ setup_items = []
def register_setup(link):
print "link", link
setup_items.append(link)
# Append the link's children_view_regex to the setup main menu children view regex

View File

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