Remove the bootstrap app from the language helper script

This commit is contained in:
Roberto Rosario
2014-10-22 15:53:10 -04:00
parent e31d37ef09
commit 5229b9e9e0

View File

@@ -5,7 +5,7 @@ import optparse
import sh
APP_LIST = ('acls', 'bootstrap', 'checkouts', 'common', 'converter', 'django_gpg', 'documents',
APP_LIST = ('acls', 'checkouts', 'common', 'converter', 'django_gpg', 'documents',
'document_comments', 'document_indexing', 'document_signatures', 'dynamic_search',
'folders', 'history', 'installation', 'linking', 'mailer', 'main', 'metadata', 'navigation',
'ocr', 'permissions', 'project_setup', 'project_tools', 'smart_settings',