Autocomplete

This commit is contained in:
Yohann D'ANELLO 2020-02-08 20:23:17 +01:00
parent db218a2783
commit c053235996
7 changed files with 62 additions and 8 deletions

View file

@ -52,6 +52,9 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
# API
'rest_framework',
# Autocomplete
'dal',
'dal_select2',
# Note apps
'activity',