Moved navigation code to its own app

This commit is contained in:
Roberto Rosario
2011-03-22 00:54:43 -04:00
parent 75dc4c84b3
commit 70e5e4c470
20 changed files with 53 additions and 24 deletions

View File

@@ -119,6 +119,7 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.admin',
'django.contrib.admindocs',
'navigation',
'web_theme',
'main',
'common',
@@ -136,7 +137,7 @@ INSTALLED_APPS = (
'sentry.client',
'sentry.client.celery',
'filesystem_serving',
'storage',
'storage',
)
TEMPLATE_CONTEXT_PROCESSORS = (