From 2c2214415f03977ae4cf141fb7fb6359edfcdb36 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Tue, 2 Jul 2013 10:03:09 +0200 Subject: [PATCH] Change static path for #220 per @jezdez's suggestion --- docs/themes.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/themes.rst b/docs/themes.rst index 2c66dbb..55930c2 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -91,18 +91,23 @@ Then enter the following information (you will probably want to change the highl This is so we don't pollute our eligible app infrastructure with django-admin2 themes and utilities. -6. Add a :file:`static/` file directory. +6. Add a :file:`static/` file directory set (highlighted lines are where you need to customize): .. code-block:: bash + :emphasize-lines: 3,4,5 $ mkdir static - + $ mkdir static/djadmin2_dandy + $ mkdir static/djadmin2_dandy/css + $ mkdir static/djadmin2_dandy/js + $ mkdir static/djadmin2_dandy/img -This is where the dandy theme's custom CSS, JavaScript, and Image files are placed. +These directories are where the dandy theme's custom CSS, JavaScript, and Image files are placed. -7. Add a :file:`templates/djadmin2_dandy` directory. +7. Add a :file:`templates/djadmin2_dandy` directory: .. code-block:: bash + :emphasize-lines: 2 $ mkdir templates $ mkdir templates/djadmin2_dandy