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