mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Merge pull request #351 from douglasmiranda/fix-issue-348
fix: issue #348
This commit is contained in:
commit
45b7aea7f6
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ Add djadmin2 and rest_framework to your settings file:
|
|||
INSTALLED_APPS = (
|
||||
...
|
||||
'djadmin2',
|
||||
'djadmin2.themes.djadmin2theme_default', # for the default theme
|
||||
'rest_framework', # for the browsable API templates
|
||||
'floppyforms', # For HTML5 form fields
|
||||
'crispy_forms', # Required for the default theme's layout
|
||||
|
|
|
|||
Loading…
Reference in a new issue