From 57d3cf8f4ac98e10c8d6832628b4642e29a54200 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 24 Sep 2012 17:36:58 -0400 Subject: [PATCH] Add documents app bootstraped models --- apps/documents/registry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/documents/registry.py b/apps/documents/registry.py index a7f885aa08..d52d2ed9a0 100644 --- a/apps/documents/registry.py +++ b/apps/documents/registry.py @@ -32,6 +32,7 @@ description = _(u'Base app that handles documents instances.') icon = icon_documents dependencies = ['app_registry', 'icons', 'storage', 'permissions', 'navigation'] setup_links = [document_type_setup] +bootstrap_models = ['documenttype', 'documenttypefilename'] #AppBackup(app, [ModelBackup(), FileBackup(document_settings.STORAGE_BACKEND)]) settings = [