mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-01 20:14:54 +00:00
Adding rest_framework to the INSTALLED_APPS so that the explorable API browser works.
This commit is contained in:
parent
c7f935cd1c
commit
944a846eb3
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ INSTALLED_APPS = (
|
|||
# Uncomment the next line to enable admin documentation:
|
||||
# 'django.contrib.admindocs',
|
||||
'django_coverage',
|
||||
'rest_framework',
|
||||
'djadmin2',
|
||||
'blog',
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue