mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
fixed typo
This commit is contained in:
parent
c056ad816e
commit
6473fbea4d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.staticfiles',
|
||||
# Uncomment the next line to enable admin documentation:
|
||||
# 'django.contrib.admindocs',
|
||||
'django_filters'
|
||||
'django_filters',
|
||||
'rest_framework',
|
||||
'djadmin2',
|
||||
'djadmin2.tests',
|
||||
|
|
|
|||
Loading…
Reference in a new issue