More explicit installation instructions

This commit is contained in:
Daniel Greenfeld 2013-09-16 13:00:22 +02:00
parent a7feb05ca4
commit 5fa2f53e13

View file

@ -86,6 +86,14 @@ Add djadmin2 and rest_framework to your settings file:
... ...
) )
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: Add djadmin2 urls to your URLconf:
.. code-block:: python .. code-block:: python