From ac0f5da4f6e6e7e539a83858a03beb526f592508 Mon Sep 17 00:00:00 2001 From: Douglas Miranda Date: Sun, 21 Jul 2013 17:29:59 -0400 Subject: [PATCH] fix: issue #348 Adding djadmin2.themes.djadmin2theme_default on INSTALLED_APPS. --- docs/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.rst b/docs/installation.rst index d58e042..d952969 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -21,6 +21,7 @@ Add djadmin2 and rest_framework to your settings file: INSTALLED_APPS = ( ... 'djadmin2', + 'djadmin2.themes.djadmin2theme_default', # for the default theme 'rest_framework', # for the browsable API templates 'floppyforms', # For HTML5 form fields 'crispy_forms', # Required for the default theme's layout