Add Django OAuth toolkit admin
This commit is contained in:
parent
6d54aae614
commit
72bac75fbd
3 changed files with 16 additions and 4 deletions
|
|
@ -38,7 +38,9 @@ INSTALLED_APPS = [
|
|||
'oauth2_provider',
|
||||
|
||||
# Django contrib
|
||||
'django.contrib.admin',
|
||||
# We do not import Django Admin directly to disable autodiscover.
|
||||
# Autodiscover does not work with custom admin sites.
|
||||
'django.contrib.admin.apps.SimpleAdminConfig',
|
||||
'django.contrib.admindocs',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue