mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-19 07:30:29 +00:00
More explicit installation instructions
This commit is contained in:
parent
a7feb05ca4
commit
5fa2f53e13
1 changed files with 8 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue