From 5cfae7a0bc896d0612aa4fba4df1106da95a2472 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Tue, 2 Jul 2013 10:06:29 +0200 Subject: [PATCH] TOC fixes --- docs/themes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/themes.rst b/docs/themes.rst index 55930c2..c242838 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -7,15 +7,19 @@ How To Create a Theme A Django Admin 2 theme is merely a packaged Django app. Here are the necessary steps to create a theme called '*dandy*': + 1. Make sure you have Django 1.5 or higher installed. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2. Create the package: +~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash $ mkdir djadmin2-theme-fancy 4. Create a :file:`setup.py` module +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash @@ -81,6 +85,7 @@ Then enter the following information (you will probably want to change the highl 5. Create a Django App called 'dandy' and go inside. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash