diff --git a/settings.py b/settings.py index 2b18bb6e98..8e5359e77b 100644 --- a/settings.py +++ b/settings.py @@ -174,7 +174,7 @@ INSTALLED_APPS = ( 'storage', 'documents', 'tags', - #'folders', + 'folders', #'dynamic_search', #'document_comments', #'document_signatures', diff --git a/urls.py b/urls.py index 6547c1f24e..b92b423358 100644 --- a/urls.py +++ b/urls.py @@ -13,7 +13,7 @@ urlpatterns = patterns('', (r'^tools/', include('project_tools.urls')), (r'^settings/', include('smart_settings.urls')), (r'^documents/', include('documents.urls')), - #(r'^folders/', include('folders.urls')), + (r'^folders/', include('folders.urls')), #(r'^search/', include('dynamic_search.urls')), #(r'^ocr/', include('ocr.urls')), (r'^tags/', include('tags.urls')),