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

@ -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: