From 26a63473be65875da9237f50feb2bfba0127eaac Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Fri, 5 Jul 2013 16:53:04 +0200 Subject: [PATCH] Update README.rst --- README.rst | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index 678724a..8038941 100644 --- a/README.rst +++ b/README.rst @@ -55,8 +55,8 @@ Requirements .. _django-rest-framework: https://github.com/tomchristie/django-rest-framework .. _Sphinx: http://sphinx-doc.org/ -How it Works -============== +How to write django-admin2 modules +===================================== .. code-block:: python @@ -89,23 +89,17 @@ The default theme is whatever bootstrap is most current. Specifically: .. code-block:: python + # settings.py ADMIN2_THEME_DIRECTORY = "admin2/bootstrap/" -If you create a new theme, please define it thus: +If you create a new theme, you define it thus: .. code-block:: python + # settings.py ADMIN2_THEME_DIRECTORY = "admin2/foundation/" - - -Contributing -============= - -Yes please! Please read our formal contributing document at: https://django-admin2.readthedocs.org/en/latest/contributing.html - - History =========