mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-12 17:23:12 +00:00
django-filters to installed apps
This commit is contained in:
parent
769bd37a9a
commit
c056ad816e
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.staticfiles',
|
||||
# Uncomment the next line to enable admin documentation:
|
||||
# 'django.contrib.admindocs',
|
||||
'django_filters'
|
||||
'rest_framework',
|
||||
'djadmin2',
|
||||
'djadmin2.tests',
|
||||
|
|
|
|||
Loading…
Reference in a new issue