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