From 5fa2f53e13890ee040fa823fcccbe5a424d4cf3c Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Mon, 16 Sep 2013 13:00:22 +0200 Subject: [PATCH] More explicit installation instructions --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index f1faed8..a20cab9 100644 --- a/README.rst +++ b/README.rst @@ -85,6 +85,14 @@ Add djadmin2 and rest_framework to your settings file: 'crispy_forms', # Required for the default theme's layout ... ) + +Add the default theme in your settings file: + +.. code-block:: python + + # In settings.py + INSTALLED_APPS += ('djadmin2.themes.djadmin2theme_default',) + ADMIN2_THEME_DIRECTORY = "djadmin2theme_default/" Add djadmin2 urls to your URLconf: